diff --git a/.changeset/cold-stingrays-hope.md b/.changeset/cold-stingrays-hope.md deleted file mode 100644 index 7e5e4ada..00000000 --- a/.changeset/cold-stingrays-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -feat: add base path functionality diff --git a/.changeset/eleven-sloths-joke.md b/.changeset/eleven-sloths-joke.md deleted file mode 100644 index 414aafc7..00000000 --- a/.changeset/eleven-sloths-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'outstatic': patch ---- - -Update fillRule tag diff --git a/.changeset/spicy-apples-give.md b/.changeset/spicy-apples-give.md deleted file mode 100644 index 367f8213..00000000 --- a/.changeset/spicy-apples-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"outstatic": patch ---- - -fix: Remove double border in aside diff --git a/packages/outstatic/CHANGELOG.md b/packages/outstatic/CHANGELOG.md index b30295dd..35eab202 100644 --- a/packages/outstatic/CHANGELOG.md +++ b/packages/outstatic/CHANGELOG.md @@ -1,5 +1,13 @@ # outstatic +## 1.4.2 + +### Patch Changes + +- 116171b: feat: add base path functionality +- 7215826: Update fillRule tag +- 6e7b37d: fix: Remove double border in aside + ## 1.4.1 ### Patch Changes diff --git a/packages/outstatic/package.json b/packages/outstatic/package.json index 5b095260..57026367 100644 --- a/packages/outstatic/package.json +++ b/packages/outstatic/package.json @@ -1,6 +1,6 @@ { "name": "outstatic", - "version": "1.4.1", + "version": "1.4.2", "description": "Static site CMS for Next.js", "author": "Andre Vitorio ", "repository": { diff --git a/packages/outstatic/src/utils/constants.ts b/packages/outstatic/src/utils/constants.ts index 6bf29d71..8f0755bc 100644 --- a/packages/outstatic/src/utils/constants.ts +++ b/packages/outstatic/src/utils/constants.ts @@ -1,4 +1,4 @@ -export const OUTSTATIC_VERSION = '1.4.1' +export const OUTSTATIC_VERSION = '1.4.2' export const OUTSTATIC_URL = 'https://outstatic.com' export const IMAGES_PATH = 'images/' export const API_IMAGES_PATH = 'api/outstatic/images/'