Skip to content

Commit 4e020f2

Browse files
committed
chore(release): prepare for version 1.0.14
1 parent 8dc58f9 commit 4e020f2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.14] - 2023-08-11
6+
7+
### <!-- 08 -->Miscellaneous Tasks
8+
9+
- Bump prettier-plugin-tailwindcss from 0.4.1 to 0.5.1
10+
- Add `husky` for git hooks
11+
- Add husky install to `prepare` script in `package.json`
12+
- Add `pre-commit` hook to run tests
13+
- Add `lint-staged` to project dependencies
14+
- Add `lint-staged` to scripts in `package.json`
15+
- Add `lint-staged` config and update `pre-commit` hook
16+
517
## [1.0.13] - 2023-08-10
618

719
### <!-- 08 -->Miscellaneous Tasks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)