From 377f418fb624d01a1a4ed598ec8fce9c52f1372c Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Wed, 26 Jan 2022 13:23:37 +1300 Subject: [PATCH] v6.1.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f218635..c182c74c 100644 --- a/CHANGELOG.md +++ b/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. +## [6.1.1](https://github.com/blacha/cogeotiff/compare/v6.1.0...v6.1.1) (2022-01-26) + + +### Bug Fixes + +* **core:** tag data count should be a uint32 for tiff not uint16 ([5e0f66c](https://github.com/blacha/cogeotiff/commit/5e0f66c213db265d83d976424b6a443be6afbe73)) + + + + + # [6.1.0](https://github.com/blacha/cogeotiff/compare/v6.0.2...v6.1.0) (2021-09-30) diff --git a/lerna.json b/lerna.json index 5dd78e78..32a70560 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "6.1.0" + "version": "6.1.1" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0fbcb9ed..a8204da3 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. +## [6.1.1](https://github.com/blacha/cogeotiff/compare/v6.1.0...v6.1.1) (2022-01-26) + +**Note:** Version bump only for package @cogeotiff/cli + + + + + # [6.1.0](https://github.com/blacha/cogeotiff/compare/v6.0.2...v6.1.0) (2021-09-30) **Note:** Version bump only for package @cogeotiff/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 7c2e2cd5..a83ea4e9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cogeotiff/cli", - "version": "6.1.0", + "version": "6.1.1", "repository": { "type": "git", "url": "https://github.com/blacha/cogeotiff.git", @@ -19,7 +19,7 @@ "dependencies": { "@chunkd/core": "^8.0.3", "@chunkd/fs": "^8.0.3", - "@cogeotiff/core": "^6.1.0", + "@cogeotiff/core": "^6.1.1", "@rushstack/ts-command-line": "^4.3.14", "@types/pino": "^6.3.11", "ansi-colors": "^4.1.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 50c5b205..0d2aecc9 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. +## [6.1.1](https://github.com/blacha/cogeotiff/compare/v6.1.0...v6.1.1) (2022-01-26) + + +### Bug Fixes + +* **core:** tag data count should be a uint32 for tiff not uint16 ([5e0f66c](https://github.com/blacha/cogeotiff/commit/5e0f66c213db265d83d976424b6a443be6afbe73)) + + + + + # [6.1.0](https://github.com/blacha/cogeotiff/compare/v6.0.2...v6.1.0) (2021-09-30) diff --git a/packages/core/package.json b/packages/core/package.json index 2a76d3fe..07c054ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cogeotiff/core", - "version": "6.1.0", + "version": "6.1.1", "repository": { "type": "git", "url": "https://github.com/blacha/cogeotiff.git",