Skip to content

Commit 6001be4

Browse files
chore: release master (#1238)
🤖 I have created a release *beep* *boop* --- <details><summary>cli: 9.0.2</summary> ## [9.0.2](cli-v9.0.1...cli-v9.0.2) (2023-12-15) ### Bug Fixes * **cli:** remove excess console.log ([60e9d47](60e9d47)) ### Dependencies * The following workspace dependencies were updated * dependencies * @cogeotiff/core bumped from ^9.0.1 to ^9.0.2 </details> <details><summary>core: 9.0.2</summary> ## [9.0.2](core-v9.0.1...core-v9.0.2) (2023-12-15) ### Bug Fixes * **core:** do not read past the end of the offset arrays ([8699bc3](8699bc3)) </details> <details><summary>@cogeotiff/examples: 9.0.2</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @cogeotiff/core bumped from ^9.0.1 to ^9.0.2 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8699bc3 commit 6001be4

File tree

7 files changed

+35
-8
lines changed

7 files changed

+35
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/cli": "9.0.1",
3-
"packages/core": "9.0.1",
4-
"packages/examples": "9.0.1",
2+
"packages/cli": "9.0.2",
3+
"packages/core": "9.0.2",
4+
"packages/examples": "9.0.2",
55
"packages/fetchable": "7.0.0"
66
}

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
* dependencies
77
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1
88

9+
## [9.0.2](https://github.com/blacha/cogeotiff/compare/cli-v9.0.1...cli-v9.0.2) (2023-12-15)
10+
11+
12+
### Bug Fixes
13+
14+
* **cli:** remove excess console.log ([60e9d47](https://github.com/blacha/cogeotiff/commit/60e9d47b1d9846e9ba2cfd9b3135661ed16418c1))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @cogeotiff/core bumped from ^9.0.1 to ^9.0.2
22+
923
## [9.0.0](https://github.com/blacha/cogeotiff/compare/cli-v8.1.1...cli-v9.0.0) (2023-12-11)
1024

1125

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cogeotiff/cli",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/blacha/cogeotiff.git",
@@ -21,7 +21,7 @@
2121
"@chunkd/middleware": "^11.0.0",
2222
"@chunkd/fs": "^11.0.2",
2323
"@chunkd/fs-aws": "^11.0.2",
24-
"@cogeotiff/core": "^9.0.1",
24+
"@cogeotiff/core": "^9.0.2",
2525
"@linzjs/tracing": "^1.1.1",
2626
"ansi-colors": "^4.1.1",
2727
"cmd-ts": "^0.13.0",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.0.2](https://github.com/blacha/cogeotiff/compare/core-v9.0.1...core-v9.0.2) (2023-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** do not read past the end of the offset arrays ([8699bc3](https://github.com/blacha/cogeotiff/commit/8699bc332360895cbc26f4a124d3de22eaea48f2))
9+
310
## [9.0.1](https://github.com/blacha/cogeotiff/compare/core-v9.0.0...core-v9.0.1) (2023-12-13)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cogeotiff/core",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/blacha/cogeotiff.git",

packages/examples/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
* dependencies
2525
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1
2626

27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @cogeotiff/core bumped from ^9.0.1 to ^9.0.2
32+
2733
## [9.0.0](https://github.com/blacha/cogeotiff/compare/examples-v8.0.4...examples-v9.0.0) (2023-12-11)
2834

2935

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cogeotiff/examples",
33
"private": true,
4-
"version": "9.0.1",
4+
"version": "9.0.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/blacha/cogeotiff.git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@chunkd/source-http": "^11.0.1",
24-
"@cogeotiff/core": "^9.0.1",
24+
"@cogeotiff/core": "^9.0.2",
2525
"esbuild": "^0.19.2"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)