Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 3e2d80b

Browse files
authored
Merge pull request #372 from netlify/release-v12.0.0
2 parents 1b35594 + b703a2e commit 3e2d80b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [12.0.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v11.0.3...v12.0.0) (2021-11-25)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* drop support for Node 10
16+
17+
### Miscellaneous Chores
18+
19+
* drop support for Node 10 ([7e4dd35](https://www.github.com/netlify/netlify-redirect-parser/commit/7e4dd359562d3fa48c2681c6077afb59728146f7))
20+
1021
### [11.0.3](https://www.github.com/netlify/netlify-redirect-parser/compare/v11.0.2...v11.0.3) (2021-11-03)
1122

1223

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-redirect-parser",
3-
"version": "11.0.3",
3+
"version": "12.0.0",
44
"description": "Parses netlify redirects into a js object representation",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)