We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d2205 commit de132a7Copy full SHA for de132a7
CHANGELOG.md
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [unreleased]
9
10
-- fix dependency detection for css/scss files
+## [[14.8.1] - 2020-06-29](https://github.com/teambit/bit/releases/tag/v14.8.1)
11
12
-## [[14.8.1-dev.1] - 2020-06-28]
+### Bug Fixes
13
14
+- fix dependency detection for css/scss files
15
- improve error handling
16
17
## [[14.8.0] - 2020-06-28](https://github.com/teambit/bit/releases/tag/v14.8.0)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bit-bin",
3
- "version": "14.8.1-dev.1",
+ "version": "14.8.1",
4
"license": "Apache-2.0",
5
"main": "./dist/api.js",
6
"preferGlobal": true,
0 commit comments