Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Nov 16, 2022
1 parent 3f01b04 commit e7ad6ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.3.0] - 2022-11-16
### Fixed
- Support next v13 in peer dependencies.
- Updated dev dependencies.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextein",
"version": "4.2.0",
"version": "4.3.0",
"description": "A static site and blog generator based on Next.js",
"repository": "https://github.com/elmasse/nextein",
"bugs": "https://github.com/elmasse/nextein/issues",
Expand All @@ -13,7 +13,7 @@
"prepublishOnly": "npm run release",
"release": "npm run clean && npm run build",
"test": "jest",
"version": "chan release ${npm_package_version} && git add ."
"__version": "chan release ${npm_package_version} && git add ."
},
"files": [
"dist",
Expand Down

0 comments on commit e7ad6ff

Please sign in to comment.