Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#28)
Browse files Browse the repository at this point in the history
* chore(main): release 1.0.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matteo Rossi <[email protected]>
  • Loading branch information
github-actions[bot] and matteoredz authored Aug 31, 2023
1 parent 15470d1 commit a17bbc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/matteoredz/itax-code/compare/v1.0.0...v1.0.1) (2023-08-31)


### Bug Fixes

* NoMethodError undefined method 'upcase' for nil:NilClass ([#27](https://github.com/matteoredz/itax-code/issues/27)) ([15470d1](https://github.com/matteoredz/itax-code/commit/15470d104a8c0c958e24de199243692e88a94b92))

## [1.0.0](https://github.com/matteoredz/itax-code/compare/v0.4.1...v1.0.0) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion lib/itax_code/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ItaxCode
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit a17bbc4

Please sign in to comment.