Skip to content

Commit 10ec014

Browse files
committed
Release 4.6.0
1 parent 869d5ca commit 10ec014

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.6.0](https://github.com/metalsmith/in-place/compare/v4.5.0...v4.6.0)
8+
9+
- switched debugger to metalsmith.debug [`911ef5b`](https://github.com/metalsmith/in-place/commit/911ef5bcfbee632caae9257986a25f502222a8bd)
10+
- Drops support for Node < 12 & Metalsmith < 2.5.0 [`1db3f53`](https://github.com/metalsmith/in-place/commit/1db3f531c43089ccf8c2871dfd4fe21ca097f6d9)
11+
- debug method to throw if not instantiated [`194be6b`](https://github.com/metalsmith/in-place/commit/194be6bc54f5cd34017ee91b763ecfee0b28def6)
12+
713
#### [v4.5.0](https://github.com/metalsmith/in-place/compare/v4.4.2...v4.5.0)
814

15+
> 16 February 2022
16+
917
- feat: org migration, core plugin alignment [`ce3c8f1`](https://github.com/metalsmith/in-place/commit/ce3c8f153370b9e163917602f212b2bb8a29bd39)
1018
- feat: use metalsmith.match instead of multimatch, drop Node < 10 support [`1a1d83f`](https://github.com/metalsmith/in-place/commit/1a1d83f51fda0df73776dda3ed1949613c72e04a)
1119
- feat: better jsdoc typehints & defaults mgmt [`ae06fb9`](https://github.com/metalsmith/in-place/commit/ae06fb9cf82d394448b4d8a2c83a255003010add)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/metalsmith/in-place/issues"
2020
},
21-
"version": "4.5.0",
21+
"version": "4.6.0",
2222
"scripts": {
2323
"changelog": "auto-changelog -u --starting-date 2021-12-01 --sort-commits date-desc --commit-limit false --ignore-commit-pattern '(dev|Release|Merge)'",
2424
"coverage": "nyc report --reporter=text-lcov > ./coverage.info",

0 commit comments

Comments
 (0)