Skip to content

Commit

Permalink
Merge pull request #1194 from 18F/jk-update-changelog
Browse files Browse the repository at this point in the history
Update version to 2.14.1
  • Loading branch information
jeremiak authored Aug 3, 2017
2 parents 2f8d967 + 6946a05 commit 2085303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project be documented in this file.

## [2.14.1] - 2017-08-03
### Fixed
- Agency name is persistent through page refresh ([#1190](https://github.com/18F/crime-data-frontend/issues/1190))

### Removed
- Remove supplemental homicide report download link & description ([crime-data-explorer#273](https://github.com/18F/crime-data-explorer/issues/273))


## [2.14.0] - 2017-08-02
### Added
- Toggle for count/percent of sex demographic stacked bar chart ([#1182](https://github.com/18F/crime-data-frontend/pull/1182))
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crime-data-explorer",
"version": "2.14.0",
"version": "2.14.1",
"private": true,
"engines": {
"node": "6.11.x"
Expand Down Expand Up @@ -104,11 +104,7 @@
"yaml-loader": "^0.5.0"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"react"
]
"presets": ["es2015", "stage-0", "react"]
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit 2085303

Please sign in to comment.