Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 2, 2023
1 parent 5e014f9 commit ff5f331
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

## v2.0.1

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

### 🔥 Performance

- Avoid lowercasing long strings ([#81](https://github.com/unjs/destr/pull/81))

### 📖 Documentation

- Correct `safeDestr` example usage and tests ([#75](https://github.com/unjs/destr/pull/75))

### 🏡 Chore

- Update dependencies ([46c3915](https://github.com/unjs/destr/commit/46c3915))
- Add autofix ci ([ad69b83](https://github.com/unjs/destr/commit/ad69b83))

### 🎨 Styles

- Format code ([5e014f9](https://github.com/unjs/destr/commit/5e014f9))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Webstrand <[email protected]>
- Frenco <[email protected]>

## v2.0.0

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

0 comments on commit ff5f331

Please sign in to comment.