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

Commit 788060b

Browse files
committed
bump version and update changelog (2.1.2)
1 parent 0cc9e9f commit 788060b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-javascript",
3-
"version": "2.1.2-dev.1",
3+
"version": "2.1.2",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)