Skip to content

Commit

Permalink
chore(release): 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colin.ck committed Jul 9, 2018
1 parent 19de3e7 commit 775e823
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Change Log

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.

<a name="1.7.7"></a>
## [1.7.7](https://github.com/chenckang/react-json-pretty/compare/v1.7.6...v1.7.7) (2018-07-09)


### Bug Fixes

* quote bugs ([19de3e7](https://github.com/chenckang/react-json-pretty/commit/19de3e7))

### 1.7.6

1. Fix [issue 9](https://github.com/chenckang/react-json-pretty/issues/9)

### 1.7.0

1. Add JSON formation properties —— `replacer` `space`
2. Add class propertieds —— `themeClassName`
3. Add .npmignore

### 1.6.3

1. Add jest coverage
2. Add eslint
3. Add husky for git hook

### 1.6.2

1. Add testcases(using jest)
2. Add .travis.yml for travis ci

### 1.6.1

1. Upgrade examples to depress warnings

### 1.6.0

1. Use npm creat-react-class instead of using React.createClass to avoid react deprecated warning
2. Peer Dependencies of react update to ">=15.5.0"
3. Build all stylus files to css files
4. Upgrade examples(use `npm link` command to add react-json-pretty as dependencies)
5. Fix circular json problems in examples
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-json-pretty",
"version": "1.7.6",
"version": "1.7.7",
"description": "A code formatting tool for raw json data",
"main": "src/JSONPretty.js",
"scripts": {
Expand Down

0 comments on commit 775e823

Please sign in to comment.