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

Commit ec8b680

Browse files
authored
Merge pull request #256 from netlify/release-v5.0.0
chore: release 5.0.0
2 parents 9d9c0bf + 8926289 commit ec8b680

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [5.0.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v4.2.0...v5.0.0) (2021-06-10)
11+
12+
13+
### Features
14+
15+
* change the main exported steps ([e33d76f](https://www.github.com/netlify/netlify-redirect-parser/commit/e33d76f57a6ec4dc13c49006a518ff43c0c141d8))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* release 5.0.0 ([9d9c0bf](https://www.github.com/netlify/netlify-redirect-parser/commit/9d9c0bfdd0919cb4f4683285331ebcb8ca2772dc))
21+
1022
## [4.2.0](https://www.github.com/netlify/netlify-redirect-parser/compare/v4.1.0...v4.2.0) (2021-06-10)
1123

1224

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

0 commit comments

Comments
 (0)