Skip to content

Commit

Permalink
Prepared release (0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Apr 22, 2022
1 parent 48480d0 commit 19ea966
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0] - 2022-04-22
### Added
- Created unit tests for new modules

Expand Down Expand Up @@ -81,4 +83,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.3.2]: https://github.com/DaveKeehl/svelte-reveal/compare/0.3.1...0.3.2
[0.3.3]: https://github.com/DaveKeehl/svelte-reveal/compare/0.3.2...0.3.3
[0.4.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.3.3...0.4.0
[0.5.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.4.0...0.5.0
[0.5.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.4.0...0.5.0
[0.6.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.5.0...0.6.0
Binary file modified assets/readme_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-reveal",
"version": "0.5.0",
"version": "0.6.0",
"description": "Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 19ea966

Please sign in to comment.