Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jul 17, 2023
1 parent 53d8036 commit 0e456e2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v5.0.0](https://github.com/metalsmith/in-place/compare/v4.6.0...v5.0.0)

- Closes #179: adds extname option & reworks multiple transform-per-file feature [`#179`](https://github.com/metalsmith/in-place/issues/179)
- BREAKING: Provides dual ESM/CJS exports [`cc84b5b`](https://github.com/metalsmith/in-place/commit/cc84b5ba72455d80b831d35192588b156c35f2af)
- test: replace nyc with c8 for coverage, update mocha to latest [`a10f9c8`](https://github.com/metalsmith/in-place/commit/a10f9c88d7cf03a9d1cb8a07e8d23929e8631a92)
- BREAKING: Adds required transform option to support custom transformers, no longer supports multiple transformers per instantiation [`a92de2b`](https://github.com/metalsmith/in-place/commit/a92de2b770de8f69cea75b78e900d0ace5883324)
- Updates README.md & documents transform option [`13f7fff`](https://github.com/metalsmith/in-place/commit/13f7fff0ae01b02374a07fbacfc28df70bcc471c)
- Updates README (aligned with other core plugins) [`22cff02`](https://github.com/metalsmith/in-place/commit/22cff02f0be3d88cf0329ef4ad25c54697207f58)
- refactor: moves utils to own file & makes them private [`287dda6`](https://github.com/metalsmith/in-place/commit/287dda6e2a6d0c1e3510eca4e12e0393309b583e)
- BREAKING: remove suppressNoFilesError in favor of debug.warn message [`993f8ca`](https://github.com/metalsmith/in-place/commit/993f8cae8fb31cf4d257ade5012cf18f6639f54e)
- Adds Typescript types [`7400b27`](https://github.com/metalsmith/in-place/commit/7400b27a34000a7b1370694cabfc946c7c2adf71)
- BREAKING (for Pug users): remaps setFilename option to engineOptions.filename [`064cc37`](https://github.com/metalsmith/in-place/commit/064cc3722f55d67f53d23f807f89706dcb890748)
- Removes missing metalsmith.match < v2.4.1 error [`8c98954`](https://github.com/metalsmith/in-place/commit/8c98954df79f30e8e94664238a35a790b1612f9e)
- Drops support for Node < 14.14.0 (Node 12 EOL 2023-04-30) [`96a804e`](https://github.com/metalsmith/in-place/commit/96a804e7c4ac71e2e917f3f19e61ad72c169f2b0)
- Renames default export to inPlace for better intellisense [`a87f265`](https://github.com/metalsmith/in-place/commit/a87f265377a2bb0b85454b7cdb6ded23530c5e5d)

#### [v4.6.0](https://github.com/metalsmith/in-place/compare/v4.5.0...v4.6.0)

> 2 February 2023
- switched debugger to metalsmith.debug [`911ef5b`](https://github.com/metalsmith/in-place/commit/911ef5bcfbee632caae9257986a25f502222a8bd)
- Drops support for Node < 12 & Metalsmith < 2.5.0 [`1db3f53`](https://github.com/metalsmith/in-place/commit/1db3f531c43089ccf8c2871dfd4fe21ca097f6d9)
- debug method to throw if not instantiated [`194be6b`](https://github.com/metalsmith/in-place/commit/194be6bc54f5cd34017ee91b763ecfee0b28def6)
Expand Down Expand Up @@ -134,7 +152,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 1 January 2017
#### [2.0.0](https://github.com/metalsmith/in-place/compare/2.0.0-beta.1...2.0.0)
### [2.0.0](https://github.com/metalsmith/in-place/compare/2.0.0-beta.1...2.0.0)

> 1 January 2017
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bugs": {
"url": "https://github.com/metalsmith/in-place/issues"
},
"version": "4.6.0",
"version": "5.0.0",
"scripts": {
"changelog": "auto-changelog -u --starting-date 2021-12-01 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
"coverage": "npm test && c8 report --reporter=text-lcov > ./coverage.info",
Expand Down

0 comments on commit 0e456e2

Please sign in to comment.