From 3b4e2e106bdd5e5ee93e1f763fb8a284abe720f4 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Thu, 7 Jul 2022 13:51:18 +1200 Subject: [PATCH] v5.4.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/tar/CHANGELOG.md | 11 +++++++++++ packages/tar/package.json | 2 +- 8 files changed, 50 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 785fa91d..383ef31f 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. +# [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) diff --git a/lerna.json b/lerna.json index ba0b0f50..2ed0371b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.3.0" + "version": "5.4.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ca149b97..6ba74ebc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +# [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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 75f357fc..76b38481 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/cli", - "version": "5.3.0", + "version": "5.4.0", "main": "index.js", "license": "MIT", "repository": { @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 72418eaa..53de2a75 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [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) diff --git a/packages/core/package.json b/packages/core/package.json index 35865ffc..053cb75f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": { diff --git a/packages/tar/CHANGELOG.md b/packages/tar/CHANGELOG.md index adbd2837..a2f01823 100644 --- a/packages/tar/CHANGELOG.md +++ b/packages/tar/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. +# [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) diff --git a/packages/tar/package.json b/packages/tar/package.json index afb61257..26c81cb7 100644 --- a/packages/tar/package.json +++ b/packages/tar/package.json @@ -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": {