Skip to content

Commit

Permalink
chore(main): release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Jun 11, 2024
1 parent 6dcb67b commit 28c87aa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 28c87aa

Please sign in to comment.