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 bbde2e1 commit e51eb88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 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

Expand Down
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
1 change: 1 addition & 0 deletions src/JSONPretty.acai.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.json-pretty{line-height:1.3;color:#748096;background:#1e1e1e;}.json-pretty .json-key{color:#b553bf}.json-pretty .json-value{color:#93a3bf}.json-pretty .json-string{color:#fba856}.json-pretty .json-boolean{color:#448aa9}

0 comments on commit e51eb88

Please sign in to comment.