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

Commit 9543208

Browse files
committed
bump version and update changelog
1 parent 3f838a3 commit 9543208

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
9-
- identify dependencies that are link files (files that only require other files)
9+
10+
## [0.10.5] - 2017-10-19
11+
12+
- Identify dependencies that are link files (files that only require other files)
1013
- Add a CLI command to easily get dependencies for a file
1114
- Support semver in packages dependencies
12-
- add support for bindingPrefix
15+
- Add support for bindingPrefix
1316

1417
## [0.10.4] - 2017-10-01
1518
- Add support for writing package.json files

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": "0.10.5-dev.9",
3+
"version": "0.10.5",
44
"scripts": {
55
"flow": "flow; test $? -eq 0 -o $? -eq 2",
66
"lint": "eslint src && flow check || true",

0 commit comments

Comments
 (0)