diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a46e55a..0738e848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29) + +**Note:** Version bump only for package @cotar/base + + + + + # [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29) diff --git a/lerna.json b/lerna.json index 92222af8..290b2c62 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,7 @@ { "useYarn": true, - "packages": ["packages/*"], - "version": "5.1.0" + "packages": [ + "packages/*" + ], + "version": "5.1.1" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a738e588..a0261d45 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29) + +**Note:** Version bump only for package @cotar/cli + + + + + # [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5d3610ac..f9ff8c76 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/cli", - "version": "5.1.0", + "version": "5.1.1", "main": "index.js", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ }, "dependencies": { "@chunkd/source-file": "^8.0.1", - "@cotar/core": "^5.1.0", + "@cotar/core": "^5.1.1", "@oclif/core": "^1.0.2", "binparse": "^2.0.1", "pino": "^7.0.5", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9d786df4..5e1a4171 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29) + +**Note:** Version bump only for package @cotar/core + + + + + # [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29) diff --git a/packages/core/package.json b/packages/core/package.json index b52eb86a..ab0dcb5d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/core", - "version": "5.1.0", + "version": "5.1.1", "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 04f41d21..a168cb10 100644 --- a/packages/tar/CHANGELOG.md +++ b/packages/tar/CHANGELOG.md @@ -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.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29) + +**Note:** Version bump only for package @cotar/tar + + + + + # [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29) diff --git a/packages/tar/package.json b/packages/tar/package.json index 453d5db0..afad2c3a 100644 --- a/packages/tar/package.json +++ b/packages/tar/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/tar", - "version": "5.1.0", + "version": "5.1.1", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": {