Skip to content

Commit

Permalink
chore: release v0.0.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omarluq committed Nov 28, 2023
1 parent 931eed6 commit fc377db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@

<a name="v0.0.1-beta.1"></a>
## [v0.0.1-beta.1](https://github.com/omarluq/stimulus-store/compare/v0.0.1-beta...v0.0.1-beta.1)

> 2023-11-27
### Bug Fixes

* use rollup-plugin-copy to move .d.ts files from src to dist on build
* currentValueCallback global type sytnax bug

### Features

* improve build, minified size drop to 1.04kb-1.26kb
* enhance type definitions for runtime type checking


<a name="v0.0.1-beta"></a>
## v0.0.1-beta

> 2023-11-25
### Bug Fixes

* fix readme typo
* Fix README.md
* Fix README.md

### Features

* enhance error handling and warnings
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": "stimulus-store",
"version": "0.0.1-beta",
"version": "0.0.1-beta.1",
"description": "Lightweight state management for Stimulus.js",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand Down

0 comments on commit fc377db

Please sign in to comment.