diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f667ef2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/linz/lds-cache/compare/v0.1.0...v0.2.0) (2025-02-27) + + +### Features + +* **config:** add nz-slipway-centerlines to the layer list BM-1201 ([#1048](https://github.com/linz/lds-cache/issues/1048)) ([5bcbb02](https://github.com/linz/lds-cache/commit/5bcbb02a449b189dc3fbb47df64853ac84961489)) diff --git a/package-lock.json b/package-lock.json index 984ee20..e6968e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linzjs/lds-export-cache", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linzjs/lds-export-cache", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@aws-sdk/client-eventbridge": "^3.474.0", diff --git a/package.json b/package.json index 6a57f04..08ef951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linzjs/lds-export-cache", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "main": "build/src/index.js", "types": "build/src/index.d.ts",