diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0ccde..cff1531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.2.1](https://github.com/sw-yx/svelte-actions/compare/v0.2.0...v0.2.1) +## [v0.2.2](https://github.com/sw-yx/svelte-actions/compare/v0.2.1...v0.2.2) + +### Commits + +- packagelock [`72c8853`](https://github.com/sw-yx/svelte-actions/commit/72c88538de328d694dfa3adce5fb1da23ebfd967) +- Merge pull request #29 from gtm-nayan/generic-action-type [`05aaf43`](https://github.com/sw-yx/svelte-actions/commit/05aaf43108894fdabf4e919af2ade12d5af774c4) +- Generic action type [`e0b0c51`](https://github.com/sw-yx/svelte-actions/commit/e0b0c51d01186390b05bbdc33fab675619f53fe3) + +## [v0.2.1](https://github.com/sw-yx/svelte-actions/compare/v0.2.0...v0.2.1) - 2022-02-05 ### Commits diff --git a/package-lock.json b/package-lock.json index 0a064ae..dabc623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svelte-actions", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte-actions", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "devDependencies": { "@types/jsdom": "^16.2.6", diff --git a/package.json b/package.json index 30b867d..436f3b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-actions", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "types": "dist/index.d.ts", "scripts": {