Skip to content

Commit 6a80730

Browse files
authored
Merge pull request #287 from jansinger/release-please--branches--main--components--blauwasser-map-plugin
chore(main): release 1.5.16
2 parents f75d62b + 80a57ba commit 6a80730

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CHANGELOG.md

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

3+
## [1.5.16](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.15...v1.5.16) (2024-10-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump ol from 10.1.0 to 10.2.0 ([d7876ad](https://github.com/jansinger/blauwasser-map-plugin/commit/d7876ade7a23e8a3dd1f2572d5e074fbfa6593b0))
9+
* **deps:** bump ol from 10.2.0 to 10.2.1 ([861a174](https://github.com/jansinger/blauwasser-map-plugin/commit/861a1742b2592045bf08d2cee62032d166889a55))
10+
* **deps:** bump svelte-check from 4.0.2 to 4.0.3 ([6fa9964](https://github.com/jansinger/blauwasser-map-plugin/commit/6fa9964d895d7dd09b56540316d20ecc09a417ad))
11+
* **deps:** bump svelte-check from 4.0.3 to 4.0.4 ([1be3edf](https://github.com/jansinger/blauwasser-map-plugin/commit/1be3edf2f2fe356a9362b70c68d4eac6c9c9f36a))
12+
* **deps:** bump svelte-check from 4.0.4 to 4.0.5 ([9b69625](https://github.com/jansinger/blauwasser-map-plugin/commit/9b696252d746456936ad3b66dfec34758c1a2dc9))
13+
* **deps:** bump svelte-preprocess from 6.0.2 to 6.0.3 ([07ad7b1](https://github.com/jansinger/blauwasser-map-plugin/commit/07ad7b18701c615de33bacbbe40d07812192afab))
14+
* **deps:** bump typescript from 5.6.2 to 5.6.3 ([1e4f104](https://github.com/jansinger/blauwasser-map-plugin/commit/1e4f1040eaea57629d7325c40fa605bf7610fcc2))
15+
* **deps:** bump vite from 5.4.7 to 5.4.8 ([8013fa9](https://github.com/jansinger/blauwasser-map-plugin/commit/8013fa948fc37acbf814ed75e9ab06a7d92f2520))
16+
* **deps:** bump vite from 5.4.8 to 5.4.9 ([1d0e4ba](https://github.com/jansinger/blauwasser-map-plugin/commit/1d0e4ba2da43bf4198694da21a0b949a4e97d2e2))
17+
318
## [1.5.15](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.14...v1.5.15) (2024-09-23)
419

520

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.15
5+
* Version: 1.5.16
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.15
18+
* @since 1.5.16
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.15 and use SemVer - https://semver.org
28+
* Start at version 1.5.16 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.15');
31+
define('BLAUWASSER_MAP_PLUGIN_VERSION', '1.5.16');
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.15",
3+
"version": "1.5.16",
44
"type": "module",
55
"scripts": {
66
"start": "vite --port 3000",

0 commit comments

Comments
 (0)