Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Mar 25, 2022
1 parent f6cfd5a commit dd4369a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## Unreleased

## 1.1.1 (2022-03-25)

### Bug fix

* マッピングに項目が存在しない場合にエラーが発生する問題を修正 (PR [#59](https://github.com/chocoby/jp_prefecture/pull/59)/[@chocoby](https://github.com/chocoby))

## 1.1.0 (2022-03-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/jp_prefecture/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JpPrefecture
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit dd4369a

Please sign in to comment.