Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.4](v6.0.0-beta.3...v6.0.0-beta.4) (2021-01-15)

### Bug Fixes

* **auth:** support multi-instances and remove auth's redirection ([#407](#407)) ([8fcf9d4](8fcf9d4))
  • Loading branch information
forest-bot committed Jan 15, 2021
1 parent 8fcf9d4 commit 0c7c049
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.0.0-beta.4](https://github.com/ForestAdmin/forest-rails/compare/v6.0.0-beta.3...v6.0.0-beta.4) (2021-01-15)


### Bug Fixes

* **auth:** support multi-instances and remove auth's redirection ([#407](https://github.com/ForestAdmin/forest-rails/issues/407)) ([8fcf9d4](https://github.com/ForestAdmin/forest-rails/commit/8fcf9d4ba0f41b8c98451a3d15d31c73ab4fd162))

# [6.0.0-beta.3](https://github.com/ForestAdmin/forest-rails/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2020-12-14)


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:
forest_liana (6.0.0.pre.beta.3)
forest_liana (6.0.0-beta.4)
arel-helpers
base32
bcrypt
Expand Down
2 changes: 1 addition & 1 deletion lib/forest_liana/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestLiana
VERSION = "6.0.0-beta.3"
VERSION = "6.0.0-beta.4"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forest-rails",
"version": "6.0.0-beta.3",
"version": "6.0.0-beta.4",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 0c7c049

Please sign in to comment.