Skip to content

Commit

Permalink
Merge pull request #33 from chrisvander/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--zustand-computed

chore(main): release 2.0.0
  • Loading branch information
chrisvander authored Aug 23, 2024
2 parents 0c0e55b + 1a1ddab commit 51e882d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/chrisvander/zustand-computed/compare/v1.4.2...v2.0.0) (2024-08-23)


### ⚠ BREAKING CHANGES

* replace `computed` middleware with `createComputed` function

### Features

* replace `computed` middleware with `createComputed` function ([db30ae9](https://github.com/chrisvander/zustand-computed/commit/db30ae959fa67e13f527141ff9181521eb515367))

## [1.4.2](https://github.com/chrisvander/zustand-computed/compare/v1.4.1...v1.4.2) (2024-08-22)


Expand Down
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zustand-computed",
"version": "1.4.2",
"version": "2.0.0",
"author": "chrisvander",
"repository": "chrisvander/zustand-computed",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,8 +31,20 @@
}
},
"description": "A Zustand middleware to create computed states.",
"files": ["/dist"],
"keywords": ["zustand", "computed", "calculated", "state", "react", "plugin", "middleware", "npm", "typescript"],
"files": [
"/dist"
],
"keywords": [
"zustand",
"computed",
"calculated",
"state",
"react",
"plugin",
"middleware",
"npm",
"typescript"
],
"license": "MIT",
"scripts": {
"check": "biome check --write",
Expand Down

0 comments on commit 51e882d

Please sign in to comment.