WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cd9c1e1

Browse files
committed
chore(release): 1.1.0
1 parent 6fd766d commit cd9c1e1

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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/wesleytodd/create-package-json/compare/v1.0.0...v1.1.0) (2024-01-10)
6+
7+
8+
### Features
9+
10+
* migrate to @npmcli/package-json ([6e1df67](https://github.com/wesleytodd/create-package-json/commit/6e1df676a548a5c98a1de05b208f8700ef9aadc6))
11+
12+
13+
### Bug Fixes
14+
15+
* main should default to existing field when preesnt ([6fd766d](https://github.com/wesleytodd/create-package-json/commit/6fd766df842b59e2034d2264556c41b976b9c0ad))
16+
517
## [1.0.0-6](https://github.com/wesleytodd/create-package-json/compare/v1.0.0-5...v1.0.0-6) (2021-02-24)
618

719

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.0.0",
3+
"version": "1.1.0",
44
"description": "Create a package.json",
55
"main": "index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)