Skip to content

Commit 10eea43

Browse files
authored
Merge pull request #299 from jansinger/release-please--branches--main--components--blauwasser-map-plugin
chore(main): release 1.5.17
2 parents d0f8592 + ba49891 commit 10eea43

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

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

3+
## [1.5.17](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.16...v1.5.17) (2024-10-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump @sveltejs/vite-plugin-svelte from 3.1.2 to 4.0.0 ([4746dbc](https://github.com/jansinger/blauwasser-map-plugin/commit/4746dbcdc2317f6f721123f4e9e63b727e74938b))
9+
* **deps:** bump svelte from 4.2.19 to 5.0.5 ([e110c09](https://github.com/jansinger/blauwasser-map-plugin/commit/e110c09d6ae180e409c861d0f1e7823e4efd7dd1))
10+
311
## [1.5.16](https://github.com/jansinger/blauwasser-map-plugin/compare/v1.5.15...v1.5.16) (2024-10-15)
412

513

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

0 commit comments

Comments
 (0)