Skip to content

Commit

Permalink
Merge pull request #34 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun authored Aug 2, 2024
2 parents 92412ac + f74b940 commit b760e1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## [4.1.0] - 2024-08-02

- Check proper container and selector use

## [4.0.4] - 2023-09-28

- Fix package exports

## [4.0.3] - 2023-09-28

- Port to TypeScript

## [4.0.2] - 2023-09-25

- Use `@swup/cli` for bundling
Expand All @@ -32,6 +37,7 @@

- Initial release

[4.1.0]: https://github.com/swup/debug-plugin/releases/tag/4.1.0
[4.0.4]: https://github.com/swup/debug-plugin/releases/tag/4.0.4
[4.0.3]: https://github.com/swup/debug-plugin/releases/tag/4.0.3
[4.0.2]: https://github.com/swup/debug-plugin/releases/tag/4.0.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/debug-plugin",
"amdName": "SwupDebugPlugin",
"version": "4.0.4",
"version": "4.1.0",
"description": "A swup plugin for debugging and helping in development",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit b760e1d

Please sign in to comment.