File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4 .0.1 "
2
+ "." : " 5 .0.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.0.0] ( https://github.com/npm/init-package-json/compare/v4.0.1...v5.0.0 ) (2023-02-06)
4
+
5
+ ### ⚠️ BREAKING CHANGES
6
+
7
+ * this module is now Promise only and no longer accepts a callback parameter
8
+
9
+ ### Features
10
+
11
+ * [ ` 8b919b7 ` ] ( https://github.com/npm/init-package-json/commit/8b919b74149af92f4cad76c96080a254a72b7018 ) refactor (@lukekarrys )
12
+
3
13
## [ 4.0.1] ( https://github.com/npm/init-package-json/compare/v4.0.0...v4.0.1 ) (2022-10-18)
4
14
5
15
### Dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " init-package-json" ,
3
- "version" : " 4 .0.1 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"main" : " lib/init-package-json.js" ,
5
5
"scripts" : {
6
6
"test" : " tap" ,
You can’t perform that action at this time.
0 commit comments