From 9bafbf596d5915b3c0eb56c56fa72a693ed2c325 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Thu, 17 Mar 2022 14:02:24 +1300 Subject: [PATCH] v5.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 6 files changed, 42 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7aaf4b..785fa91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 3a2ae26e..ba0b0f50 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.2.0" + "version": "5.3.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1008a935..ca149b97 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.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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 117517e9..aa85d712 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cotar/cli", - "version": "5.2.0", + "version": "5.3.0", "main": "index.js", "license": "MIT", "repository": { @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9eea62c..72418eaa 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.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) diff --git a/packages/core/package.json b/packages/core/package.json index a1d13428..a2fd3e3b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": {