@wmfs/relationize
Advanced tools
Comparing version 1.32.0 to 1.33.0
@@ -15,3 +15,52 @@ { | ||
"generateNotes": { | ||
"preset": "angular" | ||
"preset": "conventionalcommits", | ||
"presetConfig": { | ||
"types": [ | ||
{ | ||
"breaking": true, | ||
"type": "feat!", | ||
"section": "BREAKING" | ||
}, | ||
{ | ||
"type": "feat", | ||
"section": "New Feature(s) :rocket:" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fix(es) :bug:" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation Changes :memo:" | ||
}, | ||
{ | ||
"type": "refactor", | ||
"section": "Code Refactor :recycle:" | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests :alembic:" | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "Performance Improvement(s) :zap:" | ||
}, | ||
{ | ||
"type": "build", | ||
"section": "Build system dependencies :hammer:" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Chores :pencil2:" | ||
}, | ||
{ | ||
"type": "ci", | ||
"section": "CICD Configuration Changes :construction_worker:" | ||
}, | ||
{ | ||
"type": "style", | ||
"section": "Code Styling :art:" | ||
} | ||
] | ||
} | ||
}, | ||
@@ -18,0 +67,0 @@ "prepare": [ |
@@ -0,1 +1,10 @@ | ||
## [1.33.0](https://github.com/wmfs/relationize/compare/v1.32.0...v1.33.0) (2025-01-13) | ||
### Build system dependencies :hammer: | ||
* **deps-dev:** [sc-29160] Resolve issue with semantic-release changelog notes ([#347](https://github.com/wmfs/relationize/issues/347)) ([159a19b](https://github.com/wmfs/relationize/commit/159a19b9c01ec6a8fe891bdf039c550169abb6f2)) | ||
* **deps-dev:** update dependency mocha to v11 ([#345](https://github.com/wmfs/relationize/issues/345)) ([62233f8](https://github.com/wmfs/relationize/commit/62233f89149c0e57776dcba30d86935f90de6e89)) | ||
* **deps-dev:** update dependency semantic-release to v24.2.1 ([#346](https://github.com/wmfs/relationize/issues/346)) ([d7ac740](https://github.com/wmfs/relationize/commit/d7ac740f17cb078216e6564a4258182f3cea5d46)) | ||
* **deps:** update dependency glob to v11.0.1 ([#348](https://github.com/wmfs/relationize/issues/348)) ([2b16c35](https://github.com/wmfs/relationize/commit/2b16c35b57dce8286d57d0aab5110e29a2fca3bb)) | ||
# [1.32.0](https://github.com/wmfs/relationize/compare/v1.31.0...v1.32.0) (2024-11-04) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@wmfs/relationize", | ||
"version": "1.32.0", | ||
"version": "1.33.0", | ||
"description": "Takes a set of JSON Schema definitions and returns a relational database structure capable of storing compliant data.", | ||
@@ -25,3 +25,3 @@ "author": "West Midlands Fire Service", | ||
"dependencies": { | ||
"glob": "11.0.0", | ||
"glob": "11.0.1", | ||
"jsonfile": "6.1.0", | ||
@@ -35,9 +35,10 @@ "lodash": "4.17.21", | ||
"codecov": "3.8.3", | ||
"conventional-changelog-metahub": "4.0.1", | ||
"conventional-changelog-conventionalcommits": "8.0.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"mocha": "10.8.2", | ||
"mocha": "11.0.1", | ||
"nyc": "17.1.0", | ||
"semantic-release": "24.2.0", | ||
"semantic-release": "24.2.1", | ||
"standard": "17.1.2", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/release-notes-generator": "14.0.3", | ||
"@semantic-release/git": "10.0.1" | ||
@@ -44,0 +45,0 @@ }, |
79107
1043
12
+ Addedglob@11.0.1(transitive)
- Removedglob@11.0.0(transitive)
Updatedglob@11.0.1