Skip to content

Commit

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

### Merged

- Resolve TS errors in tests [`#20`](https://github.com/sw-yx/svelte-actions/pull/20)
- Add tests for remaining actions [`#18`](https://github.com/sw-yx/svelte-actions/pull/18)

### Fixed

- update the shortcut action repo [`#24`](https://github.com/sw-yx/svelte-actions/issues/24)
- add note on focus action [`#22`](https://github.com/sw-yx/svelte-actions/issues/22)

### Commits

- upgrade dependencies [`5edee5d`](https://github.com/sw-yx/svelte-actions/commit/5edee5db6b941de592ddf38a056988b5a0c64433)
- Merge pull request #27 from gtm-nayan/cb-with-node [`8093bb6`](https://github.com/sw-yx/svelte-actions/commit/8093bb66cd296f1edc9d1929e4a110ad511ede18)
- Add test packages and clickOutside tests [`194968f`](https://github.com/sw-yx/svelte-actions/commit/194968f3bd27cf9a7574de4e2e42dab6a224c59c)

## [v0.1.0](https://github.com/sw-yx/svelte-actions/compare/v0.0.2...v0.1.0) - 2021-01-20

### 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.1.0",
"version": "0.2.0",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 837530a

Please sign in to comment.