Skip to content

Commit 3408d2a

Browse files
authored
Prepare v1.1.2 (#73)
1 parent 42724ea commit 3408d2a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Leaflet.SidePanel Changelog
22

3-
## v1.1.1 (2024-11-14)
4-
5-
### Security
3+
## v1.1.2 (2025-04-24)
64

7-
- chore(deps): bump rollup from 4.21.3 to 4.25.0 in the npm_and_yarn group<br />
8-
See [DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS](https://github.com/cyclingbyte/vue-leaflet-sidepanel/security/dependabot/1)
5+
- chore(deps): Bump leaflet.sidepanel from 1.2.1 to 1.2.2
6+
- fixes unexpected behavior on passing `undefined` to `options` see [Leaflet.SidePanel#40](https://github.com/cyclingbyte/Leaflet.SidePanel/issues/40)
7+
- chore(dev-deps): Bump some dev-deps to stay up to date and fix some vulnerabilities
8+
- chore(CI): Add permissions to workflows
99

10-
### Dependencies
10+
## v1.1.1 (2024-11-14)
1111

12+
- chore(deps-dev): bump rollup from 4.21.3 to 4.25.0 in the npm_and_yarn group
1213
- chore(deps-dev): bump vue from 3.5.6 to 3.5.12
1314
- chore(deps-dev): bump eslint-plugin-oxlint from 0.9.6 to 0.11.1
1415
- chore(deps-dev): bump vite from 5.4.6 to 5.4.11

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": "vue-leaflet-sidepanel",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Slide side panel plugin for vue-leaflet",
55
"author": "cyclingbyte <cyclingbyte@web.de>",
66
"license": "MIT",

0 commit comments

Comments
 (0)