Skip to content

Commit

Permalink
Release 0.2.0.rc2 (#123)
Browse files Browse the repository at this point in the history
* bump rc version

* update changelog
  • Loading branch information
Jammjammjamm authored Mar 1, 2022
1 parent 8abe539 commit a696fdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.0.rc2

* Bust the bundle.js cache.
* Make entire test list item clickable.

# 0.2.0.rc1

* **Breaking Change:** Support hosting inferno on a non-root path. To support
Expand Down
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:
inferno_core (0.2.0.rc1)
inferno_core (0.2.0.rc2)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inferno
VERSION = '0.2.0.rc1'.freeze
VERSION = '0.2.0.rc2'.freeze
end

0 comments on commit a696fdc

Please sign in to comment.