File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.4] - 2024-04-05
9
+
10
+ ### Fixed
11
+
12
+ - Resolved release workflow misconfiguration
13
+
8
14
## [ 1.0.3] - 2024-04-04
9
15
10
16
### Fixed
@@ -194,3 +200,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194
200
[ 1.0.1 ] : https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
195
201
[ 1.0.2 ] : https://github.com/DaveKeehl/svelte-reveal/compare/1.0.1...1.0.2
196
202
[ 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-reveal" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments