Skip to content

Commit

Permalink
Merge pull request #18 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun authored Sep 19, 2023
2 parents 4c5b7d7 + 5fd3c5f commit ca123cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1

- Refactor dynamic imports

## 1.3.0

- Add support for [morphing container elements](https://github.com/swup/astro#configmorph) in place
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/astro",
"description": "Smooth page transitions, smart preloading and more in Astro",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down

0 comments on commit ca123cf

Please sign in to comment.