diff --git a/CHANGELOG.md b/CHANGELOG.md index 303609dc..84e7e6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.1.39] - 2024-07-15 + +### Miscellaneous Tasks + +- Simplify pre-commit hook +- Update prepare script to use husky command only + ## [1.1.38] - 2024-04-27 ### Miscellaneous Tasks diff --git a/package.json b/package.json index be227d29..9e4f593a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "nextjs-lingui-template", - "version": "1.1.38", + "version": "1.1.39", + :xa "private": true, "scripts": { "dev": "next dev",