Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Mar 17, 2022
1 parent f15a73e commit 9bafbf5
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **core:** v1 metadata should have a different offset size to v2 metadata ([1b86503](https://github.com/linz/cotar/commit/1b86503e33acfa4e52d577ed91d66e7f91496e39))


### Features

* **cli:** include cotar metadata in info output ([9c2ed7e](https://github.com/linz/cotar/commit/9c2ed7e335de91492d7bf69cb840121317182b9e))





# [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 lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "5.2.0"
"version": "5.3.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.3.0](https://github.com/linz/cotar/compare/v5.2.0...v5.3.0) (2022-03-17)


### Features

* **cli:** include cotar metadata in info output ([9c2ed7e](https://github.com/linz/cotar/commit/9c2ed7e335de91492d7bf69cb840121317182b9e))





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


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.2.0",
"version": "5.3.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@chunkd/source-file": "^8.0.1",
"@cotar/core": "^5.2.0",
"@cotar/core": "^5.3.0",
"@oclif/core": "^1.5.3",
"binparse": "^2.0.1",
"pino": "^7.0.5",
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.3.0](https://github.com/linz/cotar/compare/v5.2.0...v5.3.0) (2022-03-17)


### Bug Fixes

* **core:** v1 metadata should have a different offset size to v2 metadata ([1b86503](https://github.com/linz/cotar/commit/1b86503e33acfa4e52d577ed91d66e7f91496e39))





# [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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/core",
"version": "5.2.0",
"version": "5.3.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 9bafbf5

Please sign in to comment.