Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Jan 17, 2025
1 parent d8c028b commit bc1a0cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-humans-double.md

This file was deleted.

6 changes: 6 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-typed-links

## 1.1.3

### Patch Changes

- d8c028b: Fixes invalid urls when using trailing slash and providing `undefined` for a spread parameter

## 1.1.2

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-typed-links",
"version": "1.1.2",
"version": "1.1.3",
"description": "An Astro integration to automatically get typed links to your pages.",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -30,7 +30,9 @@
"default": "./dist/link.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
Expand Down

0 comments on commit bc1a0cb

Please sign in to comment.