Skip to content

Commit

Permalink
chore: bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morcillo committed Feb 22, 2021
1 parent d831a39 commit 3f913d4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion decidim-bulletin_board-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../decidim-bulletin_board-ruby
specs:
decidim-bulletin_board (0.12.0)
decidim-bulletin_board (0.12.1)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down
6 changes: 6 additions & 0 deletions decidim-bulletin_board-ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.12.1] - 2021-02-22

### Changed

- The `VoteComponent` event names have been changed to more suitable ones.

## [0.12.0] - 2021-02-19

### Added
Expand Down
6 changes: 1 addition & 5 deletions decidim-bulletin_board-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-bulletin_board (0.12.0)
decidim-bulletin_board (0.12.1)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down Expand Up @@ -121,10 +121,6 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Decidim
module BulletinBoard
VERSION = "0.12.0"
VERSION = "0.12.1"
end
end

0 comments on commit 3f913d4

Please sign in to comment.