Skip to content

Commit 66fb163

Browse files
authored
Merge pull request #21 from tksst/changeset-release/main
Version Packages
2 parents 4f8472e + 817eaa9 commit 66fb163

4 files changed

+12
-12
lines changed

.changeset/eslint-plugin-redos.md

-5
This file was deleted.

.changeset/fix-err_pnpm_public_hoist_pattern_diff.md

-6
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tksst/next-app-additions
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 5883d88: introduce eslint-plugin-redos to ESLint configuration
8+
9+
### Patch Changes
10+
11+
- ec14423: fix an execution failure due to PNPM failing with ERR_PNPM_PUBLIC_HOIST_PATTERN_DIFF error
12+
This occurs if `node_modules` is not deleted after running create-next-app
13+
314
## 1.3.0
415

516
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tksst/next-app-additions",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "additions to a project generated with create-next-app",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)