From 2ed1ba538ac4a6fd92d3bd3183f649ce139f2a42 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 24 Oct 2023 23:34:00 +0200 Subject: [PATCH] chore(release): v2.0.2 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80edc63..9e413b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1f8129f..41d8651 100644 --- a/package.json +++ b/package.json @@ -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", @@ -43,4 +43,4 @@ "vitest": "^0.34.6" }, "packageManager": "pnpm@8.9.2" -} +} \ No newline at end of file