Skip to content

Commit 8cb8ff1

Browse files
committed
Bumped version
1 parent 71ab093 commit 8cb8ff1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/svelte-reveal/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2024-04-05
9+
10+
### Fixed
11+
12+
- Resolved release workflow misconfiguration
13+
814
## [1.0.3] - 2024-04-04
915

1016
### Fixed
@@ -194,3 +200,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194200
[1.0.1]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
195201
[1.0.2]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.1...1.0.2
196202
[1.0.3]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.2...1.0.3
203+
[1.0.4]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.3...1.0.4

packages/svelte-reveal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-reveal",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)