diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9d0d8..39a5942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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). +#### [v2.5.1](https://github.com/metalsmith/permalinks/compare/v2.5.0...v2.5.1) + +- Fixes #135 and also removes some warnings that logged when they shouldn't [`#135`](https://github.com/metalsmith/permalinks/issues/135) + #### [v2.5.0](https://github.com/metalsmith/permalinks/compare/v2.4.1...v2.5.0) +> 4 January 2023 + - Resolves #134: deprecates & merges options 'duplicatesFail' & 'unique' into new option 'duplicates' [`#134`](https://github.com/metalsmith/permalinks/issues/134) - Fixes #48, aligns linkset & default options date & slug formatting [`#48`](https://github.com/metalsmith/permalinks/issues/48) - Resolves #44: eliminate ambiguity with setImmediate(done) [`#44`](https://github.com/metalsmith/permalinks/issues/44) @@ -19,7 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - test: add test case for array matches & cheat coverage [`5f7734c`](https://github.com/metalsmith/permalinks/commit/5f7734c0c0c2e63bb613572a4ce2412b721dcc66) - docs: correct typo's & omissions in README.md [`94816a2`](https://github.com/metalsmith/permalinks/commit/94816a2ce45696a24b750265bd0013be9294eeee) - Deprecates the 'relative' option, cfr. #132 [`ffb7fcb`](https://github.com/metalsmith/permalinks/commit/ffb7fcb41a41259b47856959d73c8e705ae6679f) -- fix: ESM build export \* instead of default from regexparam [`e1a9fe6`](https://github.com/metalsmith/permalinks/commit/e1a9fe6684743429741c15148345eb7a43bf7105) +- fix: ESM build export * instead of default from regexparam [`e1a9fe6`](https://github.com/metalsmith/permalinks/commit/e1a9fe6684743429741c15148345eb7a43bf7105) #### [v2.4.1](https://github.com/metalsmith/permalinks/compare/v2.4.0...v2.4.1) diff --git a/package-lock.json b/package-lock.json index 7ad439a..c99efcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/permalinks", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/permalinks", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "dependencies": { "moment": "^2.29.1", diff --git a/package.json b/package.json index 9125c1c..b390eae 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "https://github.com/metalsmith/permalinks.git" }, - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "source": "src/index.js", "main": "lib/index.cjs",