Skip to content

Commit

Permalink
v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jul 7, 2022
1 parent 13776fb commit 3b4e2e1
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 6 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.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


### Features

* **cli:** create reproducable tar with "cotar tar" ([#250](https://github.com/linz/cotar/issues/250)) ([13776fb](https://github.com/linz/cotar/commit/13776fbe33f5daa7b5fca0c25001a641e49a616f))





# [5.3.0](https://github.com/linz/cotar/compare/v5.2.0...v5.3.0) (2022-03-17)


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.3.0"
"version": "5.4.0"
}
11 changes: 11 additions & 0 deletions packages/cli/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.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


### Features

* **cli:** create reproducable tar with "cotar tar" ([#250](https://github.com/linz/cotar/issues/250)) ([13776fb](https://github.com/linz/cotar/commit/13776fbe33f5daa7b5fca0c25001a641e49a616f))





# [5.3.0](https://github.com/linz/cotar/compare/v5.2.0...v5.3.0) (2022-03-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "5.3.0",
"version": "5.4.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@chunkd/fs": "^8.4.0",
"@chunkd/source-file": "^8.4.0",
"@cotar/core": "^5.3.0",
"@cotar/tar": "^5.2.0",
"@cotar/core": "^5.4.0",
"@cotar/tar": "^5.4.0",
"@oclif/core": "^1.5.3",
"binparse": "^2.0.1",
"pino": "^8.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


### Features

* **cli:** create reproducable tar with "cotar tar" ([#250](https://github.com/linz/cotar/issues/250)) ([13776fb](https://github.com/linz/cotar/commit/13776fbe33f5daa7b5fca0c25001a641e49a616f))





# [5.3.0](https://github.com/linz/cotar/compare/v5.2.0...v5.3.0) (2022-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/core",
"version": "5.3.0",
"version": "5.4.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
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.0](https://github.com/linz/cotar/compare/v5.3.0...v5.4.0) (2022-07-07)


### Features

* **cli:** create reproducable tar with "cotar tar" ([#250](https://github.com/linz/cotar/issues/250)) ([13776fb](https://github.com/linz/cotar/commit/13776fbe33f5daa7b5fca0c25001a641e49a616f))





# [5.2.0](https://github.com/linz/cotar/compare/v5.1.1...v5.2.0) (2022-03-13)


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.2.0",
"version": "5.4.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 3b4e2e1

Please sign in to comment.