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

Commit 48f444a

Browse files
committed
Bump version and update changelog
1 parent e3aa097 commit 48f444a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +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-
- change back Madge version to the NPM package as it now supports TypeScript
109

11-
## [0.10.3-rc.1] - 2017-08-16
10+
## [0.10.3] - 2017-08-23
1211
- Improve windows support
12+
- change back Madge version to the NPM package as it now supports TypeScript
1313

1414
## [0.10.2] - 2017-08-15
1515

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

0 commit comments

Comments
 (0)