Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
bump version and update changelog (2.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Oct 6, 2019
1 parent 0cc9e9f commit 788060b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [2.1.2-dev.1] - 2019-09-20
## [2.1.2] - 2019-10-06

- avoid recognizing any require/import starts with `.` as a custom-resolve-module on Windows

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": "bit-javascript",
"version": "2.1.2-dev.1",
"version": "2.1.2",
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint src && flow check || true",
Expand Down

0 comments on commit 788060b

Please sign in to comment.