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

Commit 6b05e10

Browse files
author
sw-yx
committed
1.0.2
1 parent e9a5417 commit 6b05e10

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## 1.0.2 - 2019-05-10
11+
12+
### Commits
13+
14+
- First commit [`5e94b8a`](https://github.com/netlify/node-redirects-parser/commit/5e94b8abf7b811f1b7f0b71bcbba3a7b76674bdd)
15+
- prettify and add changelogs [`e9a5417`](https://github.com/netlify/node-redirects-parser/commit/e9a5417d70886d684816bf4cc51bbe607f45c7c1)
16+
- Parse toml files as well [`9ee43cf`](https://github.com/netlify/node-redirects-parser/commit/9ee43cf2d88feff28af56dde38a73ab23324fff6)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Parses netlify redirects into a js object representation",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)