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.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Jan 12, 2020
1 parent 85e08d8 commit 067a35b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [2.1.5-dev.1] - 2020-01-08
## [2.1.5] - 2020-01-12

### Bug fixes

- [#2231](https://github.com/teambit/bit/issues/2231) update typescript to support optional chaining

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

0 comments on commit 067a35b

Please sign in to comment.