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

Commit 636147a

Browse files
authored
Merge pull request #325 from netlify/release-v11.0.1
chore: release 11.0.1
2 parents d42fb83 + 8237d53 commit 636147a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
### [11.0.1](https://www.github.com/netlify/netlify-redirect-parser/compare/v11.0.0...v11.0.1) (2021-08-16)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency is-plain-obj to v3 ([c291468](https://www.github.com/netlify/netlify-redirect-parser/commit/c2914687b06693a3e557a3ea60632d88bd7796e9))
16+
1017
## [11.0.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v10.1.0...v11.0.0) (2021-08-13)
1118

1219

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.0",
3+
"version": "11.0.1",
44
"description": "Parses netlify redirects into a js object representation",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)