@twin.org/standards-dublin-core 0.0.1-next.46 → 0.0.1-next.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/changelog.md +14 -0
  2. package/package.json +1 -1
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @twin.org/standards-dublin-core - Changelog
2
2
 
3
+ ## [0.0.1-next.48](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.1-next.47...standards-dublin-core-v0.0.1-next.48) (2025-06-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
9
+
10
+ ## [0.0.1-next.47](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.1-next.46...standards-dublin-core-v0.0.1-next.47) (2025-06-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * update ts-to-schema generation ([ba4e76d](https://github.com/twinfoundation/standards/commit/ba4e76d677556a1817092f8079d4cce67dee94bc))
16
+
3
17
  ## [0.0.1-next.46](https://github.com/twinfoundation/standards/compare/standards-dublin-core-v0.0.1-next.45...standards-dublin-core-v0.0.1-next.46) (2025-06-03)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-dublin-core",
3
- "version": "0.0.1-next.46",
3
+ "version": "0.0.1-next.48",
4
4
  "description": "Models which define the structure of Dublin Core Standard",
5
5
  "repository": {
6
6
  "type": "git",