From 28c87aa3eac685e6384bd407c68f74aa617632e0 Mon Sep 17 00:00:00 2001 From: Yetrina Battad <12688+yetti@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:12:37 +1000 Subject: [PATCH] chore(main): release 3.3.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ config/application.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20a12cc..b251f5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.3.0](https://github.com/nla/nla-arclight/compare/3.2.0...3.3.0) (2024-06-11) + + +### Features + +* compare note headings using parameterized values ([e3df011](https://github.com/nla/nla-arclight/commit/e3df0117f40e2f381920d43a08f19d5db8970834)) +* extract EAD notes by header ([5fffcc5](https://github.com/nla/nla-arclight/commit/5fffcc5fe3876fc3aa24781c4ef2aa8cbf08241e)) +* extract notes by header ([81e0a52](https://github.com/nla/nla-arclight/commit/81e0a52278e0e43361d9e57198d7aea315a97680)) +* refine display and formatting of notes ([07cac10](https://github.com/nla/nla-arclight/commit/07cac10cb2a033afe35ad0d8cd29c0d16735495f)) + + +### Bug Fixes + +* normalize note paragraphs and HTML wrapping ([1c5bdd1](https://github.com/nla/nla-arclight/commit/1c5bdd1d4ae8a288e7a2e68a5d110996ef6cf325)) +* translate Scope and Contents heading ([04cf925](https://github.com/nla/nla-arclight/commit/04cf925b87c82d8257ce134372e3625d2fdcd448)) + + +### Build System + +* **deps:** bump actionpack from 7.0.8.3 to 7.0.8.4 ([f8635bd](https://github.com/nla/nla-arclight/commit/f8635bdd914b3f0e0660843d5f39f81684ae6553)) + ## [3.2.0](https://github.com/nla/nla-arclight/compare/3.1.0...3.2.0) (2024-06-04) diff --git a/config/application.rb b/config/application.rb index c47dd2de..1d0627af 100644 --- a/config/application.rb +++ b/config/application.rb @@ -24,7 +24,7 @@ end module NlaArclight - VERSION = "3.2.0" + VERSION = "3.3.0" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version.