Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Klowner committed Jun 7, 2024
1 parent 2ad2f64 commit 8416160
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.7.9",
"version": "0.7.10",
"license": "MIT",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/storage-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/storage-pool/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8416160

Please sign in to comment.