Skip to content

Commit

Permalink
v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jul 7, 2022
1 parent ad38a18 commit 842d3a1
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.

## [5.4.1](https://github.com/linz/cotar/compare/v5.4.0...v5.4.1) (2022-07-07)


### Bug Fixes

* **tar:** hide the tar-stream types from endusers ([#251](https://github.com/linz/cotar/issues/251)) ([ad38a18](https://github.com/linz/cotar/commit/ad38a18e87b35566f936f648af2353f9f34e5e53))





# [5.4.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.4.0"
"version": "5.4.1"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.4.1](https://github.com/linz/cotar/compare/v5.4.0...v5.4.1) (2022-07-07)

**Note:** Version bump only for package @cotar/cli





# [5.4.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "5.4.0",
"version": "5.4.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@chunkd/fs": "^8.4.0",
"@chunkd/source-file": "^8.4.0",
"@cotar/core": "^5.4.0",
"@cotar/tar": "^5.4.0",
"@cotar/tar": "^5.4.1",
"@oclif/core": "^1.5.3",
"binparse": "^2.0.1",
"pino": "^8.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/tar/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.

## [5.4.1](https://github.com/linz/cotar/compare/v5.4.0...v5.4.1) (2022-07-07)


### Bug Fixes

* **tar:** hide the tar-stream types from endusers ([#251](https://github.com/linz/cotar/issues/251)) ([ad38a18](https://github.com/linz/cotar/commit/ad38a18e87b35566f936f648af2353f9f34e5e53))





# [5.4.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/tar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/tar",
"version": "5.4.0",
"version": "5.4.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 842d3a1

Please sign in to comment.