Skip to content

Commit

Permalink
chore: upgrade 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Mar 24, 2024
1 parent 262a009 commit e3c6b59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/outstatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# outstatic

## 1.4.6

### Patch Changes

- ignore .next on package build

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outstatic",
"version": "1.4.5",
"version": "1.4.6",
"description": "Static site CMS for Next.js",
"author": "Andre Vitorio <andre@vitorio.net>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/outstatic/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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/'

0 comments on commit e3c6b59

Please sign in to comment.