Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 7, 2015
1 parent af924f1 commit aaa6ed1
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@
v2.1.0 - Wed, 07 Oct 2015 11:57:11 GMT
--------------------------------------

- [af924f1](../../commit/af924f1) [added] release tools
- [3bf88f5](../../commit/3bf88f5) [removed] compiled development resources from the repo
- [4d4ac04](../../commit/4d4ac04) [fixed] updated to NodeJS v4.1.2
- [fd38672](../../commit/fd38672) [added] eslintrc to support in-editor linting
- [bc17907](../../commit/bc17907) [fixed] only run tests after a successful build
- [1ea9389](../../commit/1ea9389) [removed] a "generated on" timestamp in the footer of the documentation files
- [1ce6c77](../../commit/1ce6c77) [fixed] made flow ignore all folders that are not needed to be checked
- [dafa4ce](../../commit/dafa4ce) [fixed] updated to React Bootstrap v0.26.1, performance improvements



### v2.0.3

* updated webcompiler to v1.4.0, which allowed to significantly simplify and improve the process of the creation of a
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-bootstrap-combobox",
"version": "2.0.3",
"version": "2.1.0",
"description": "A combo-box component for React Bootstrap",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit aaa6ed1

Please sign in to comment.