Skip to content

Commit

Permalink
chore: release master (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 16, 2022
1 parent 2e91fff commit dfbce19
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/cli": "5.5.0",
"packages/cli": "5.6.0",
"packages/core": "5.5.0",
"packages/tar": "5.4.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.6.0](https://github.com/linz/cotar/compare/cli-v5.5.0...cli-v5.6.0) (2022-11-16)


### Features

* **cli:** add "version" cli to dump version information ([2e91fff](https://github.com/linz/cotar/commit/2e91fff7bbf7c3b302ed84f0586e275d0be8abda))
* **cli:** rewrite wmts template urls if they are relative paths ([#361](https://github.com/linz/cotar/issues/361)) ([c2622ff](https://github.com/linz/cotar/commit/c2622ff0257c823201f564f6d7a76811115b192d))

## [5.5.0](https://github.com/linz/cotar/compare/cli-v5.4.2...cli-v5.5.0) (2022-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "5.5.0",
"version": "5.6.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit dfbce19

Please sign in to comment.