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 (v2.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Nov 24, 2019
1 parent 82446e3 commit c66dc6c
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.4-dev.1] - 2019-11-18
## [2.1.4] - 2019-11-24

- [#2140](https://github.com/teambit/bit/issues/2140) support `import { x as y }` syntax

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.4-dev.1",
"version": "2.1.4",
"scripts": {
"lint": "tsc && eslint \"src/**/*.ts\"",
"lint-circle": "eslint \"src/**/*.ts\" --format junit -o junit/eslint-results.xml",
Expand Down

0 comments on commit c66dc6c

Please sign in to comment.