Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaier committed Dec 27, 2024
1 parent 33ef71a commit 9ad934c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.5] - 2024-12-27

### Fixed

- Fix Release process
Expand Down Expand Up @@ -49,3 +51,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.0.2]: https://github.com/tmaier/site-to-md/compare/v1.0.1...v1.0.2
[1.0.3]: https://github.com/tmaier/site-to-md/compare/v1.0.2...v1.0.3
[1.0.4]: https://github.com/tmaier/site-to-md/compare/v1.0.3...v1.0.4

[1.0.5]: https://github.com/tmaier/site-to-md/compare/v1.0.4...v1.0.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
site-to-md (1.0.4)
site-to-md (1.0.5)
nokogiri (~> 1.18)
reverse_markdown (~> 3.0)
thor (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/site_to_md/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SiteToMd
VERSION = '1.0.4'
VERSION = '1.0.5'
end

0 comments on commit 9ad934c

Please sign in to comment.