File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.4] - 2024-12-27
11
+
10
12
### Fixed
11
13
12
14
- Fix Release process
@@ -42,3 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
44
[ 1.0.1 ] : https://github.com/tmaier/site-to-md/compare/v1.0.0...v1.0.1
43
45
[ 1.0.2 ] : https://github.com/tmaier/site-to-md/compare/v1.0.1...v1.0.2
44
46
[ 1.0.3 ] : https://github.com/tmaier/site-to-md/compare/v1.0.2...v1.0.3
47
+
48
+ [ 1.0.4 ] : https://github.com/tmaier/site-to-md/compare/v1.0.3...v1.0.4
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- site-to-md (1.0.3 )
4
+ site-to-md (1.0.4 )
5
5
nokogiri (~> 1.18 )
6
6
reverse_markdown (~> 3.0 )
7
7
thor (~> 1.3 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SiteToMd
4
- VERSION = '1.0.3 '
4
+ VERSION = '1.0.4 '
5
5
end
You can’t perform that action at this time.
0 commit comments