From 7db2dee36be211f9de6bee805b9af2201bc7ff01 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Fri, 19 Jan 2024 02:27:21 +0100 Subject: [PATCH] Release 3.0.1 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295d915..9f05a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ 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). -#### [v3.0.0](https://github.com/metalsmith/permalinks/compare/v2.5.1...v3.0.0) +#### [v3.0.1](https://github.com/metalsmith/permalinks/compare/v3.0.0...v3.0.1) + +- Fixes #139: don't slugify dirname, add nested file test, document default slug options in types [`#139`](https://github.com/metalsmith/permalinks/issues/139) +- fix: slug options to defaultLinkset.slug, correct date jsdoc [`4b60c50`](https://github.com/metalsmith/permalinks/commit/4b60c5054c26daf591013dd63ba77fc0b9ac170b) +- fix: accept simple quotes in permalinks as even Windows accepts it [`5af7d5d`](https://github.com/metalsmith/permalinks/commit/5af7d5d1552182aeeff145ce25a2afcc63fe207a) + +### [v3.0.0](https://github.com/metalsmith/permalinks/compare/v2.5.1...v3.0.0) + +> 13 December 2023 - Resolves #88, opens up permalinks usage for files with any extension. [`#88`](https://github.com/metalsmith/permalinks/issues/88) - Resolves #75, adds support for dot.notated.pattern.parts [`#75`](https://github.com/metalsmith/permalinks/issues/75) diff --git a/package-lock.json b/package-lock.json index 57956e4..abcf394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/permalinks", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/permalinks", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "dlv": "^1.1.3", diff --git a/package.json b/package.json index a38eb8b..a40ef72 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "https://github.com/metalsmith/permalinks.git" }, - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "source": "src/index.js", "main": "lib/index.cjs",