Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 24, 2023
1 parent 523f3f1 commit 2ed1ba5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.2

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

### 🩹 Fixes

- Parsing decimals and scientific notation ([#94](https://github.com/unjs/destr/pull/94))
- Avoid fast path with possible escape chars ([#89](https://github.com/unjs/destr/pull/89))

### 📖 Documentation

- Fix typos ([#82](https://github.com/unjs/destr/pull/82))
- Fix typo ([#86](https://github.com/unjs/destr/pull/86))

### 🏡 Chore

- Update benchmarks ([eb60af1](https://github.com/unjs/destr/commit/eb60af1))
- Update lockfile ([4dbb707](https://github.com/unjs/destr/commit/4dbb707))
- Update benchmarks ([4f92188](https://github.com/unjs/destr/commit/4f92188))
- Add bun to the bench results ([523f3f1](https://github.com/unjs/destr/commit/523f3f1))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Kricsleo
- Nobkd
- Alexander Lichter ([@manniL](http://github.com/manniL))

## v2.0.1

[compare changes](https://github.com/unjs/destr/compare/v2.0.0...v2.0.1)
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.1",
"version": "2.0.2",
"description": "A faster, secure and convenient alternative for JSON.parse",
"repository": "unjs/destr",
"license": "MIT",
Expand Down Expand Up @@ -43,4 +43,4 @@
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 2ed1ba5

Please sign in to comment.