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

Commit 067a35b

Browse files
committed
bump version and update changelog (2.1.5)
1 parent 85e08d8 commit 067a35b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [unreleased]
99

10-
## [2.1.5-dev.1] - 2020-01-08
10+
## [2.1.5] - 2020-01-12
11+
12+
### Bug fixes
1113

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

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

0 commit comments

Comments
 (0)