Skip to content

Commit

Permalink
5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 7, 2023
1 parent 0434150 commit b15d640
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v5.4.2"></a>
## [v5.4.2](https://github.com/LinkedSoftwareDependencies/Components.js/compare/v5.4.1...v5.4.2) - 2023-06-07

### Fixed
* [Allow hash keys to be URIs that dereference to a string](https://github.com/LinkedSoftwareDependencies/Components.js/commit/04341502cf54dc04683da5cd043513d40e76e351)
* [Prevent literals from being cached](https://github.com/LinkedSoftwareDependencies/Components.js/commit/f3df62f9fe6ec99fb3eb317d5f1601b669310f9e)

<a name="v5.4.1"></a>
## [v5.4.1](https://github.com/LinkedSoftwareDependencies/Components.js/compare/v5.4.0...v5.4.1) - 2023-05-23

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "componentsjs",
"version": "5.4.1",
"version": "5.4.2",
"description": "A semantic dependency injection framework",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld": "components/context.jsonld"
Expand Down

0 comments on commit b15d640

Please sign in to comment.