Skip to content

Commit

Permalink
chore(master): release 1.8.0 (#418)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.8.0](v1.7.0...v1.8.0)
(2024-08-11)


### Features

* Remove bearing and pitch for default tests.
([#416](#416))
([99b800e](99b800e))
* Remove some 3d map tests to shorten screenshot running time.
([#419](#419))
([670e858](670e858))
* Update the PR template
([#417](#417))
([9979552](9979552))

---
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>
  • Loading branch information
github-actions[bot] authored Aug 12, 2024
1 parent 670e858 commit e2a69d7
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7.0"
".": "1.8.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.8.0](https://github.com/linz/basemaps-screenshot/compare/v1.7.0...v1.8.0) (2024-08-11)


### Features

* Remove bearing and pitch for default tests. ([#416](https://github.com/linz/basemaps-screenshot/issues/416)) ([99b800e](https://github.com/linz/basemaps-screenshot/commit/99b800eaf0da6a80c08107e34130b0ad0e2d1818))
* Remove some 3d map tests to shorten screenshot running time. ([#419](https://github.com/linz/basemaps-screenshot/issues/419)) ([670e858](https://github.com/linz/basemaps-screenshot/commit/670e858f5195a79cdec75853e24a8adb5cc340f9))
* Update the PR template ([#417](https://github.com/linz/basemaps-screenshot/issues/417)) ([9979552](https://github.com/linz/basemaps-screenshot/commit/9979552ac508677a43e2628034c1968429e0076d))

## [1.7.0](https://github.com/linz/basemaps-screenshot/compare/v1.6.0...v1.7.0) (2024-07-11)


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.7.0",
"version": "1.8.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 e2a69d7

Please sign in to comment.