Skip to content

Commit a0cd466

Browse files
committed
chore(release): v0.1.3
1 parent abf5508 commit a0cd466

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/unjs/uncrypto/compare/v0.1.2...v0.1.3)
7+
8+
9+
### 🚀 Enhancements
10+
11+
- **pkg:** Add export conditions for runtime keys ([abf5508](https://github.com/unjs/uncrypto/commit/abf5508))
12+
13+
### 🏡 Chore
14+
15+
- Update dev dependencies ([1b85ebf](https://github.com/unjs/uncrypto/commit/1b85ebf))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
421
## v0.1.2
522

623
[compare changes](https://github.com/unjs/uncrypto/compare/v0.1.1...v0.1.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uncrypto",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Single API for Web Crypto API and Crypto Subtle working in Node.js, Browsers and other runtimes",
55
"repository": "unjs/uncrypto",
66
"license": "MIT",
@@ -57,4 +57,4 @@
5757
"vitest": "^0.32.0"
5858
},
5959
"packageManager": "[email protected]"
60-
}
60+
}

0 commit comments

Comments
 (0)