From 5d17952672becc357c54baea43aa0cf297ff780c Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:32:27 +1000 Subject: [PATCH] chore(main): release 0.1.8 --- CHANGELOG.md | 13 +++++++++++++ Gemfile.lock | 2 +- lib/nla/blacklight_common/version.rb | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d858f5..2d62eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.8](https://github.com/nla/nla-blacklight_common/compare/0.1.7...0.1.8) (2023-09-19) + + +### 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) diff --git a/Gemfile.lock b/Gemfile.lock index a901cff..83954ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 brakeman diff --git a/lib/nla/blacklight_common/version.rb b/lib/nla/blacklight_common/version.rb index b64527b..acd0be3 100644 --- a/lib/nla/blacklight_common/version.rb +++ b/lib/nla/blacklight_common/version.rb @@ -1,5 +1,5 @@ module Nla module BlacklightCommon - VERSION = "0.1.7" + VERSION = "0.1.8" end end