diff --git a/CHANGELOG.md b/CHANGELOG.md index 82238c1..65f4d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/assets/readme_cover.png b/assets/readme_cover.png index a9cff16..bc15110 100644 Binary files a/assets/readme_cover.png and b/assets/readme_cover.png differ diff --git a/package.json b/package.json index dafa4fd..140d001 100644 --- a/package.json +++ b/package.json @@ -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",