Skip to content

Commit 3892e08

Browse files
committed
Release 2.5.1
1 parent c415e24 commit 3892e08

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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+
#### [v2.5.1](https://github.com/metalsmith/permalinks/compare/v2.5.0...v2.5.1)
8+
9+
- Fixes #135 and also removes some warnings that logged when they shouldn't [`#135`](https://github.com/metalsmith/permalinks/issues/135)
10+
711
#### [v2.5.0](https://github.com/metalsmith/permalinks/compare/v2.4.1...v2.5.0)
812

13+
> 4 January 2023
14+
915
- Resolves #134: deprecates & merges options 'duplicatesFail' & 'unique' into new option 'duplicates' [`#134`](https://github.com/metalsmith/permalinks/issues/134)
1016
- Fixes #48, aligns linkset & default options date & slug formatting [`#48`](https://github.com/metalsmith/permalinks/issues/48)
1117
- 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).
1925
- test: add test case for array matches & cheat coverage [`5f7734c`](https://github.com/metalsmith/permalinks/commit/5f7734c0c0c2e63bb613572a4ce2412b721dcc66)
2026
- docs: correct typo's & omissions in README.md [`94816a2`](https://github.com/metalsmith/permalinks/commit/94816a2ce45696a24b750265bd0013be9294eeee)
2127
- Deprecates the 'relative' option, cfr. #132 [`ffb7fcb`](https://github.com/metalsmith/permalinks/commit/ffb7fcb41a41259b47856959d73c8e705ae6679f)
22-
- fix: ESM build export \* instead of default from regexparam [`e1a9fe6`](https://github.com/metalsmith/permalinks/commit/e1a9fe6684743429741c15148345eb7a43bf7105)
28+
- fix: ESM build export * instead of default from regexparam [`e1a9fe6`](https://github.com/metalsmith/permalinks/commit/e1a9fe6684743429741c15148345eb7a43bf7105)
2329

2430
#### [v2.4.1](https://github.com/metalsmith/permalinks/compare/v2.4.0...v2.4.1)
2531

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/metalsmith/permalinks.git"
2121
},
22-
"version": "2.5.0",
22+
"version": "2.5.1",
2323
"license": "MIT",
2424
"source": "src/index.js",
2525
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)