Skip to content

Commit

Permalink
chore(master): release 1.5.0 (#210)
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 Mar 8, 2023
1 parent 94201b8 commit f4071b2
Show file tree
Hide file tree
Showing 3 changed files with 9 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,3 +1,3 @@
{
".": "1.4.1"
".": "1.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/linz/basemaps-screenshot/compare/v1.4.1...v1.5.0) (2023-03-08)


### Features

* Set Default timeout for the whole transaction, remove the wait once map-loaded. ([#209](https://github.com/linz/basemaps-screenshot/issues/209)) ([94201b8](https://github.com/linz/basemaps-screenshot/commit/94201b84d1adaa1ad88d90e9ba91fdca23a80fc9))

## [1.4.1](https://github.com/linz/basemaps-screenshot/compare/v1.4.0...v1.4.1) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@basemaps/screenshot",
"version": "1.4.1",
"version": "1.5.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "[email protected]:linz/basemaps-screenshot.git",
Expand Down

0 comments on commit f4071b2

Please sign in to comment.