diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f697c..d660481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.10](https://github.com/Klowner/tussle/compare/v0.7.9...v0.7.10) (2024-06-07) + + +### Bug Fixes + +* **storage-pool:** strip leading slashes from sticky paths ([2ad2f64](https://github.com/Klowner/tussle/commit/2ad2f640e8923f7055f3a8a1240ac8ff88d215d8)) + + + + + ## [0.7.9](https://github.com/Klowner/tussle/compare/v0.7.8...v0.7.9) (2024-06-06) diff --git a/lerna.json b/lerna.json index 4a8d74c..d7582ae 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.7.9", + "version": "0.7.10", "license": "MIT", "useWorkspaces": true, "npmClient": "yarn", diff --git a/packages/storage-pool/CHANGELOG.md b/packages/storage-pool/CHANGELOG.md index cfd2719..eb96987 100644 --- a/packages/storage-pool/CHANGELOG.md +++ b/packages/storage-pool/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.10](https://github.com/Klowner/tussle/compare/v0.7.9...v0.7.10) (2024-06-07) + + +### Bug Fixes + +* **storage-pool:** strip leading slashes from sticky paths ([2ad2f64](https://github.com/Klowner/tussle/commit/2ad2f640e8923f7055f3a8a1240ac8ff88d215d8)) + + + + + ## [0.7.9](https://github.com/Klowner/tussle/compare/v0.7.8...v0.7.9) (2024-06-06) diff --git a/packages/storage-pool/package.json b/packages/storage-pool/package.json index 01c0c34..4b221c9 100644 --- a/packages/storage-pool/package.json +++ b/packages/storage-pool/package.json @@ -1,6 +1,6 @@ { "name": "@tussle/storage-pool", - "version": "0.7.9", + "version": "0.7.10", "description": "Tussle storage which pools multiple tussle storage services", "main": "dist-cjs/index.js", "types": "dist-types/index.d.ts",