Skip to content

Commit 66c4fd2

Browse files
chore(main): release 1.5.12
1 parent 5b40795 commit 66c4fd2

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

CHANGELOG.md

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

3+
## [1.5.12](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.11...v1.5.12) (2024-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1 ([95973ac](https://github.com/jansinger/blauwasser-map-plugin/commit/95973acf6a475ae0b14666a8a3f0550bd3b57f38))
9+
* **deps:** bump ol from 9.2.3 to 9.2.4 ([5fa05f7](https://github.com/jansinger/blauwasser-map-plugin/commit/5fa05f7333abd5d4020f9f61940689abf2b81f9a))
10+
* **deps:** bump ol-mapbox-style from 12.3.2 to 12.3.3 ([f6ad69a](https://github.com/jansinger/blauwasser-map-plugin/commit/f6ad69a52f6f30d04ec9e31dd319aeddac54f494))
11+
* **deps:** bump svelte from 4.2.17 to 4.2.18 ([879326b](https://github.com/jansinger/blauwasser-map-plugin/commit/879326be3f5fb6bb0299b29f362527aaf6a199bd))
12+
* **deps:** bump svelte-check from 3.7.1 to 3.8.0 ([fc0d0c8](https://github.com/jansinger/blauwasser-map-plugin/commit/fc0d0c836ddee299bed820e4dd6ef8a7deda682e))
13+
* **deps:** bump svelte-check from 3.8.0 to 3.8.1 ([11c8110](https://github.com/jansinger/blauwasser-map-plugin/commit/11c81102b85853b36b78ff8c745396a6a5ad2b2e))
14+
* **deps:** bump svelte-check from 3.8.1 to 3.8.4 ([2898bda](https://github.com/jansinger/blauwasser-map-plugin/commit/2898bdac170a220754d06390520bad122da38919))
15+
* **deps:** bump svelte-preprocess from 5.1.4 to 6.0.2 ([14903d7](https://github.com/jansinger/blauwasser-map-plugin/commit/14903d742a546863dfbdb4a0164ad7773564d729))
16+
* **deps:** bump typescript from 5.4.5 to 5.5.4 ([2f2a223](https://github.com/jansinger/blauwasser-map-plugin/commit/2f2a223a8737c3c28643d6c934aed007b12dc8d4))
17+
* **deps:** bump vite from 5.2.11 to 5.3.1 ([a08a922](https://github.com/jansinger/blauwasser-map-plugin/commit/a08a92292b6c16d6746565352864a32087ff2d45))
18+
* **deps:** bump vite from 5.3.1 to 5.3.4 ([3b7011a](https://github.com/jansinger/blauwasser-map-plugin/commit/3b7011ab28fc5022086bb3e54547e10ab8ef21a9))
19+
320
## [1.5.11](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.10...v1.5.11) (2024-05-27)
421

522

blauwasser-map-plugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// x-release-please-start-version
33
/**
44
* Plugin Name: Blauwasser Maps
5-
* Version: 1.5.11
5+
* Version: 1.5.12
66
* Plugin URI: https://www.blauwasser.de/
77
* Description: OpenSeaMap & Maptiler Karten für blauwasser.de.
88
* Author: Jan Singer
@@ -15,7 +15,7 @@
1515
*
1616
* @package WordPress
1717
* @author Jan Singer
18-
* @since 1.5.11
18+
* @since 1.5.12
1919
*/
2020

2121
// If this file is called directly, abort.
@@ -25,10 +25,10 @@
2525

2626
/**
2727
* Currently plugin version.
28-
* Start at version 1.5.11 and use SemVer - https://semver.org
28+
* Start at version 1.5.12 and use SemVer - https://semver.org
2929
* Rename this for your plugin and update it as you release new versions.
3030
*/
31-
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.11');
31+
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.12');
3232
// x-release-please-end
3333
// Load plugin class files.
3434
require_once 'includes/class-blauwasser-map-plugin.php';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blauwasser-map-plugin",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"type": "module",
55
"scripts": {
66
"start": "vite --port 3000",

0 commit comments

Comments
 (0)