Skip to content

Commit 13c1d87

Browse files
committed
chore(release): v2.0.3
1 parent ae61652 commit 13c1d87

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.0.3
6+
7+
[compare changes](https://github.com/unjs/destr/compare/v2.0.2...v2.0.3)
8+
9+
### 🩹 Fixes
10+
11+
- Improve compatibility with runtimes not supporting `String.prototype.at()` ([#102](https://github.com/unjs/destr/pull/102))
12+
13+
### 🏡 Chore
14+
15+
- Update lockfile ([930fe7b](https://github.com/unjs/destr/commit/930fe7b))
16+
- Update bench ([d0a83f9](https://github.com/unjs/destr/commit/d0a83f9))
17+
- Update readme ([72a5c5c](https://github.com/unjs/destr/commit/72a5c5c))
18+
- Lint ([ae61652](https://github.com/unjs/destr/commit/ae61652))
19+
20+
### ✅ Tests
21+
22+
- Test with node 20 ([a33a2e1](https://github.com/unjs/destr/commit/a33a2e1))
23+
24+
### ❤️ Contributors
25+
26+
- Pooya Parsa ([@pi0](http://github.com/pi0))
27+
- Allenyu ([@AllenYu0118](http://github.com/AllenYu0118))
28+
529
## v2.0.2
630

731
[compare changes](https://github.com/unjs/destr/compare/v2.0.1...v2.0.2)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "destr",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A faster, secure and convenient alternative for JSON.parse",
55
"repository": "unjs/destr",
66
"license": "MIT",
@@ -43,4 +43,4 @@
4343
"vitest": "^1.3.0"
4444
},
4545
"packageManager": "[email protected]"
46-
}
46+
}

0 commit comments

Comments
 (0)