diff --git a/packages/outstatic/CHANGELOG.md b/packages/outstatic/CHANGELOG.md index cb16e794..a34fb2d9 100644 --- a/packages/outstatic/CHANGELOG.md +++ b/packages/outstatic/CHANGELOG.md @@ -1,5 +1,11 @@ # outstatic +## 1.4.6 + +### Patch Changes + +- ignore .next on package build + ## 1.4.5 ### Patch Changes diff --git a/packages/outstatic/package.json b/packages/outstatic/package.json index a46289ec..7ec5a600 100644 --- a/packages/outstatic/package.json +++ b/packages/outstatic/package.json @@ -1,6 +1,6 @@ { "name": "outstatic", - "version": "1.4.5", + "version": "1.4.6", "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 f9c7cd4c..09436204 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.5' +export const OUTSTATIC_VERSION = '1.4.6' export const OUTSTATIC_URL = 'https://outstatic.com' export const IMAGES_PATH = 'images/' export const API_IMAGES_PATH = 'api/outstatic/images/'