Skip to content

Commit 698c938

Browse files
committed
6.0.0
1 parent eb2171a commit 698c938

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v6.0.0"></a>
5+
## [v6.0.0](https://github.com/LinkedSoftwareDependencies/Components.js/compare/v5.5.1...v6.0.0) - 2024-03-04
6+
7+
### Changed
8+
* [Allow multiple (major) versions of modules to co-exist](https://github.com/LinkedSoftwareDependencies/Components.js/commit/5ee784336612cc0bfa92471446f08db0b92cccdb)
9+
* [Clarify error message on undefined component instances, Closes #108](https://github.com/LinkedSoftwareDependencies/Components.js/commit/0d5c097c6483598f3bbf4300a775f0c476ba8e7b)
10+
11+
### BREAKING CHANGES
12+
* [Disable remote context lookups by default](https://github.com/LinkedSoftwareDependencies/Components.js/commit/179a6ad111a812a568628efb27aff6c7cf7421b9)
13+
414
<a name="v5.5.1"></a>
515
## [v5.5.1](https://github.com/LinkedSoftwareDependencies/Components.js/compare/v5.5.0...v5.5.1) - 2024-01-11
616

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "componentsjs",
3-
"version": "5.5.1",
3+
"version": "6.0.0",
44
"description": "A semantic dependency injection framework",
55
"lsd:contexts": {
66
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld": "components/context.jsonld"

0 commit comments

Comments
 (0)