Skip to content

Commit de132a7

Browse files
committed
bump version and update changelog (v14.8.1)
1 parent 22d2205 commit de132a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10-
- fix dependency detection for css/scss files
10+
## [[14.8.1] - 2020-06-29](https://github.com/teambit/bit/releases/tag/v14.8.1)
1111

12-
## [[14.8.1-dev.1] - 2020-06-28]
12+
### Bug Fixes
1313

14+
- fix dependency detection for css/scss files
1415
- improve error handling
1516

1617
## [[14.8.0] - 2020-06-28](https://github.com/teambit/bit/releases/tag/v14.8.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bit-bin",
3-
"version": "14.8.1-dev.1",
3+
"version": "14.8.1",
44
"license": "Apache-2.0",
55
"main": "./dist/api.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)