Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCazanave committed Jun 11, 2020
1 parent 65dd338 commit 627008f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [2.1.1]
### Fixed
- Handle invalid ids in `selectedLocationIds`

## [2.1.0]
### Added
- Add `selectedLocationId` and `selectedLocationIds` props to handle initial selected locations
Expand Down Expand Up @@ -107,4 +112,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [1.0.1] - 2018-04-03
### Added
- Add code coverage badge with [codecov](codecov.io)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-map",
"version": "2.1.0",
"version": "2.1.1",
"description": "A set of React.js components to display an interactive SVG map",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}
}

0 comments on commit 627008f

Please sign in to comment.