Skip to content

Commit

Permalink
build: release 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Mar 4, 2024
1 parent f97be9b commit 4c73133
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

# [16.1.0](https://github.com/worktile/store/compare/v16.1.0-next.2...v16.1.0) (2024-03-04)


### Bug Fixes

* **store:** optimize dispatch actions example ([7e69087](https://github.com/worktile/store/commit/7e69087158abfb60640c09a20058ec2ddf1838a8))


### Features

* simplify the loop count for detecting identical store registrations ([ebf0a35](https://github.com/worktile/store/commit/ebf0a355859417ec7454cdd8d55b8aef40f4add2))



# [16.1.0-next.2](https://github.com/worktile/store/compare/v16.1.0-next.1...v16.1.0-next.2) (2023-12-20)


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": "@tethys/store",
"version": "16.1.0-next.2",
"version": "16.1.0",
"scripts": {
"ng": "ng",
"start": "npm run start:docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "16.1.0-next.2",
"version": "16.1.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand Down

0 comments on commit 4c73133

Please sign in to comment.