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

Commit b46c626

Browse files
committed
Bump version and update changelog
1 parent aedd465 commit b46c626

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ 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+
10+
## [0.10.4] - 2017-10-01
911
- Add support for writing package.json files
12+
- Support .tsx files
1013

1114
## [0.10.3] - 2017-08-23
1215
- Improve windows support

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

0 commit comments

Comments
 (0)