Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swyx committed Jan 20, 2021
1 parent f637764 commit 6b39089
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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.0.2](https://github.com/sw-yx/svelte-actions/compare/v0.0.1...v0.0.2)
## [v0.1.0](https://github.com/sw-yx/svelte-actions/compare/v0.0.2...v0.1.0)

### Merged

- Refactor lazyload to avoid unnecessary object creation [`#1`](https://github.com/sw-yx/svelte-actions/pull/1)

### Commits

- bump readme [`f637764`](https://github.com/sw-yx/svelte-actions/commit/f6377642188a1db929a547c253c34838982950dc)
- Merge pull request #11 from dkzlv/main [`30a45a7`](https://github.com/sw-yx/svelte-actions/commit/30a45a767fa4a7153675fd7e661adc365d4f7263)
- Adding 2 new actions: prevent tab close and simple shortcut [`a4633c4`](https://github.com/sw-yx/svelte-actions/commit/a4633c458b6e96170e2f1eaa6c4a99f8965e27d6)

## [v0.0.2](https://github.com/sw-yx/svelte-actions/compare/v0.0.1...v0.0.2) - 2020-11-01

### Commits

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

0 comments on commit 6b39089

Please sign in to comment.