Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Feb 5, 2022
1 parent 52d9866 commit 4c88909
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ 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.0](https://github.com/sw-yx/svelte-actions/compare/v0.1.0...v0.2.0)
## [v0.2.1](https://github.com/sw-yx/svelte-actions/compare/v0.2.0...v0.2.1)

### Commits

- support esm https://github.com/sw-yx/svelte-actions/issues/25 [`52d9866`](https://github.com/sw-yx/svelte-actions/commit/52d9866892b37d7a10c4bc9ae0a567d4f6a44090)

## [v0.2.0](https://github.com/sw-yx/svelte-actions/compare/v0.1.0...v0.2.0) - 2022-02-04

### Merged

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-actions",
"version": "0.2.0",
"version": "0.2.1",
"module": "dist/esm/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4c88909

Please sign in to comment.