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

Commit cc5c72f

Browse files
authored
Merge pull request #250 from netlify/release-v4.1.0
chore: release 4.1.0
2 parents 0a3a94a + 305ce26 commit cc5c72f

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+
## [4.1.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v4.0.5...v4.1.0) (2021-06-10)
11+
12+
13+
### Features
14+
15+
* allow `_redirects` to be optional ([9283ed9](https://www.github.com/netlify/netlify-redirect-parser/commit/9283ed9a5d363810ff432b2f6022b9a974ff17dd))
16+
1017
### [4.0.5](https://www.github.com/netlify/netlify-redirect-parser/compare/v4.0.4...v4.0.5) (2021-06-09)
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": "4.0.5",
3+
"version": "4.1.0",
44
"description": "Parses netlify redirects into a js object representation",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)