Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Feb 2, 2023
1 parent c415e24 commit 3892e08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

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 @@ -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",
Expand Down

0 comments on commit 3892e08

Please sign in to comment.