diff --git a/CHANGELOG.md b/CHANGELOG.md index 36182165..ca042da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/linz/cotar/compare/v5.0.0...v5.0.1) (2021-09-16) + + +### Bug Fixes + +* correct deployment logic for npm ([4fe1152](https://github.com/linz/cotar/commit/4fe1152be1c7f18472240e761be3a8de32c3f0bb)) +* remove unused any ([88b2b06](https://github.com/linz/cotar/commit/88b2b06f2f5a5ca545794e2e2d9a95d615f00a4f)) + + + + + # [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16) diff --git a/lerna.json b/lerna.json index 7eed9a5a..0759a960 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.0.0" + "version": "5.0.1" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0c28d51d..30114a3f 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.0.1](https://github.com/linz/cotar/compare/v5.0.0...v5.0.1) (2021-09-16) + +**Note:** Version bump only for package @cotar/cli + + + + + # [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16) diff --git a/packages/cli/package.json b/packages/cli/package.json index 64ba3d6a..6a27537b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/cli", - "version": "5.0.0", + "version": "5.0.1", "main": "index.js", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ }, "dependencies": { "@chunkd/source-file": "^7.2.2", - "@cotar/core": "^5.0.0", + "@cotar/core": "^5.0.1", "@oclif/core": "^0.5.38", "binparse": "^1.1.0", "pino": "^6.11.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7bee99d4..69aaa6b3 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.0.1](https://github.com/linz/cotar/compare/v5.0.0...v5.0.1) (2021-09-16) + + +### Bug Fixes + +* remove unused any ([88b2b06](https://github.com/linz/cotar/commit/88b2b06f2f5a5ca545794e2e2d9a95d615f00a4f)) + + + + + # [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16) diff --git a/packages/core/package.json b/packages/core/package.json index a77e8754..3e64c873 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/core", - "version": "5.0.0", + "version": "5.0.1", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": {