Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cprecioso committed Sep 28, 2023
1 parent e558d6b commit 83f8e4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/cprecioso/react-suspense/compare/v2.0.1...v2.1.0) (2023-09-28)


### Features

* update compilation target from es2020 to es2022 ([a67df25](https://github.com/cprecioso/react-suspense/commit/a67df25babb4d34e0f392f9d62c111ac84d92b2e))


### Performance Improvements

* simpler default single value storage ([bc911b6](https://github.com/cprecioso/react-suspense/commit/bc911b644a24cbb485bbcdda96db200a0fe2d245))

## [2.0.1](https://github.com/cprecioso/react-suspense/compare/v2.0.0...v2.0.1) (2023-09-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cprecioso/react-suspense",
"version": "2.0.1",
"version": "2.1.0",
"description": "@cprecioso/react-suspense description",
"repository": {
"type": "git",
Expand Down

0 comments on commit 83f8e4b

Please sign in to comment.