Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Jan 10, 2024
1 parent 6fd766d commit cd9c1e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.1.0](https://github.com/wesleytodd/create-package-json/compare/v1.0.0...v1.1.0) (2024-01-10)


### Features

* migrate to @npmcli/package-json ([6e1df67](https://github.com/wesleytodd/create-package-json/commit/6e1df676a548a5c98a1de05b208f8700ef9aadc6))


### Bug Fixes

* main should default to existing field when preesnt ([6fd766d](https://github.com/wesleytodd/create-package-json/commit/6fd766df842b59e2034d2264556c41b976b9c0ad))

## [1.0.0-6](https://github.com/wesleytodd/create-package-json/compare/v1.0.0-5...v1.0.0-6) (2021-02-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-package-json",
"version": "1.0.0",
"version": "1.1.0",
"description": "Create a package.json",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit cd9c1e1

Please sign in to comment.