Skip to content

Commit

Permalink
Merge pull request #31 from nla/main
Browse files Browse the repository at this point in the history
chore: merge from main
  • Loading branch information
yetti authored Sep 27, 2023
2 parents 89f257a + 6ccd872 commit 7be347a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.8](https://github.com/nla/nla-blacklight_common/compare/0.1.7...0.1.8) (2023-09-19)


### Tests

* change rspec format to Fuubar ([f70c92e](https://github.com/nla/nla-blacklight_common/commit/f70c92e0eded1cc1a0e999365843301974fab6c5))


### Build System

* **deps:** bump actions/checkout from 3 to 4 ([02e8344](https://github.com/nla/nla-blacklight_common/commit/02e834472b540c2275497ec91fa3e2a0878a2760))


### Continuous Integration

* fix Gemfile.lock ([1847cdd](https://github.com/nla/nla-blacklight_common/commit/1847cdd7170cf0bd10bd7ae35f9613a82babd3a8))
* modify verify workflow to cache gems ([d501fa6](https://github.com/nla/nla-blacklight_common/commit/d501fa654a87f90b5b506e267097f5a86104f5a5))

## [0.1.7](https://github.com/nla/nla-blacklight_common/compare/0.1.6...0.1.7) (2023-08-26)


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:
nla-blacklight_common (0.1.7)
nla-blacklight_common (0.1.8)
activerecord-session_store (~> 2.0)
annotaterb
blacklight (>= 8.0.0, < 9)
Expand Down
2 changes: 1 addition & 1 deletion lib/nla/blacklight_common/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Nla
module BlacklightCommon
VERSION = "0.1.7"
VERSION = "0.1.8"
end
end

0 comments on commit 7be347a

Please sign in to comment.