Skip to content

Commit

Permalink
chore(release): v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 20, 2024
1 parent ae61652 commit 13c1d87
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.

## v2.0.3

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

### 🩹 Fixes

- Improve compatibility with runtimes not supporting `String.prototype.at()` ([#102](https://github.com/unjs/destr/pull/102))

### 🏡 Chore

- Update lockfile ([930fe7b](https://github.com/unjs/destr/commit/930fe7b))
- Update bench ([d0a83f9](https://github.com/unjs/destr/commit/d0a83f9))
- Update readme ([72a5c5c](https://github.com/unjs/destr/commit/72a5c5c))
- Lint ([ae61652](https://github.com/unjs/destr/commit/ae61652))

### ✅ Tests

- Test with node 20 ([a33a2e1](https://github.com/unjs/destr/commit/a33a2e1))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Allenyu ([@AllenYu0118](http://github.com/AllenYu0118))

## v2.0.2

[compare changes](https://github.com/unjs/destr/compare/v2.0.1...v2.0.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "destr",
"version": "2.0.2",
"version": "2.0.3",
"description": "A faster, secure and convenient alternative for JSON.parse",
"repository": "unjs/destr",
"license": "MIT",
Expand Down Expand Up @@ -43,4 +43,4 @@
"vitest": "^1.3.0"
},
"packageManager": "pnpm@8.15.3"
}
}

0 comments on commit 13c1d87

Please sign in to comment.