diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b6409..f8b3cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b72b782..7b28324 100644 --- a/package.json +++ b/package.json @@ -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",