Skip to content

Commit 29e964f

Browse files
chore(release): 12.1.0 [skip ci]
# [12.1.0](v12.0.0...v12.1.0) (2024-05-03) ### Bug Fixes * fixes failed checks ([4bd0d3c](4bd0d3c)) * fixes url for XYZ and updates Stamen file to StadiaMaps ([83c1cb4](83c1cb4)) * respects Dependency Inversion principle by extending XYZ with OSM ([bb9a6cb](bb9a6cb)) ### Features * adds a XYZ Serializer ([f3a5b26](f3a5b26))
1 parent 639e257 commit 29e964f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [12.1.0](https://github.com/terrestris/mapfish-print-manager/compare/v12.0.0...v12.1.0) (2024-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* fixes failed checks ([4bd0d3c](https://github.com/terrestris/mapfish-print-manager/commit/4bd0d3c9d53470d294507319f2210e4c16a2d4a3))
7+
* fixes url for XYZ and updates Stamen file to StadiaMaps ([83c1cb4](https://github.com/terrestris/mapfish-print-manager/commit/83c1cb4080895eb0c35207f2e6116255a1bcc31e))
8+
* respects Dependency Inversion principle by extending XYZ with OSM ([bb9a6cb](https://github.com/terrestris/mapfish-print-manager/commit/bb9a6cb71f831a645d52eff4b1b1fa7c27cda377))
9+
10+
11+
### Features
12+
13+
* adds a XYZ Serializer ([f3a5b26](https://github.com/terrestris/mapfish-print-manager/commit/f3a5b26e6474927343396f140dd06140f80e1173))
14+
115
# [12.0.0](https://github.com/terrestris/mapfish-print-manager/compare/v11.0.3...v12.0.0) (2024-04-04)
216

317

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrestris/mapfish-print-manager",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"description": "An interface to easily communicate with the MapFish Print module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)