Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 16, 2021
1 parent 88b2b06 commit 0d7c360
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.0.0"
"version": "5.0.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.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)


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.0.0",
"version": "5.0.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -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",
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.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)


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

0 comments on commit 0d7c360

Please sign in to comment.