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

Commit 3f4f9cf

Browse files
committed
chore: Adds release tooling
1 parent e528e1d commit 3f4f9cf

File tree

4 files changed

+1732
-0
lines changed

4 files changed

+1732
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/node_modules
2+
3+
/example/assets
4+
5+
/test/js
6+
/coverage
7+
8+
/.idea
9+
10+
.DS_Store
11+
12+
logs
13+
*.log
14+
npm-debug.log*
15+
.eslintcache
16+
/dist
17+
/local
18+
/reports
19+
Thumbs.db
20+
.idea
21+
.vscode
22+
*.sublime-project
23+
*.sublime-workspace

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="0.5.4"></a>
6+
## [0.5.4](https://github.com/webpack/json-loader/compare/v0.5.2...v0.5.4) (2017-07-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add `stringify` option to output JSON object as string ([#45](https://github.com/webpack/json-loader/issues/45)) ([bb495b8](https://github.com/webpack/json-loader/commit/bb495b8))
12+
* escape newline/paragraph separators ([#18](https://github.com/webpack/json-loader/issues/18)) ([e70851e](https://github.com/webpack/json-loader/commit/e70851e))
13+
14+
15+
### Reverts
16+
17+
* add `stringify` option to output JSON object as string ([#43](https://github.com/webpack/json-loader/issues/43)) ([#52](https://github.com/webpack/json-loader/issues/52)) ([368cf18](https://github.com/webpack/json-loader/commit/368cf18))

0 commit comments

Comments
 (0)