Skip to content

Commit 0fb64d2

Browse files
committed
chore(release): 1.2.0
1 parent f6ec4e0 commit 0fb64d2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/wesleytodd/create-package-json/compare/v1.1.0...v1.2.0) (2025-12-18)
6+
7+
8+
### Features
9+
10+
* added support for monorepo workspaces ([#233](https://github.com/wesleytodd/create-package-json/issues/233)) ([f6ec4e0](https://github.com/wesleytodd/create-package-json/commit/f6ec4e031d666792b626f0062d399799b166cf15))
11+
* workspaces support ([#226](https://github.com/wesleytodd/create-package-json/issues/226)) ([38cc19d](https://github.com/wesleytodd/create-package-json/commit/38cc19d5989f222fc444bdce28d1c681ac401605))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** updated ci and improved release scripts ([#234](https://github.com/wesleytodd/create-package-json/issues/234)) ([e749c31](https://github.com/wesleytodd/create-package-json/commit/e749c312269b7e5fe66b389490e0f1a9243e3a20))
17+
* **devdeps:** updated devdeps ([#235](https://github.com/wesleytodd/create-package-json/issues/235)) ([f34de1f](https://github.com/wesleytodd/create-package-json/commit/f34de1fc246d7f128f26c154162a648b2243ef34))
18+
* **test:** added test for null private field ([5d1f97a](https://github.com/wesleytodd/create-package-json/commit/5d1f97a924a08b6028e4959173c88353403930bf))
19+
* **test:** fixed npm parity test ([cd4b569](https://github.com/wesleytodd/create-package-json/commit/cd4b569d30f3923ae9d3e065973df4c9bbfba495))
20+
521
## [1.1.0](https://github.com/wesleytodd/create-package-json/compare/v1.0.0...v1.1.0) (2024-01-10)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-package-json",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Create a package.json",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)