Skip to content

Commit

Permalink
Merge pull request #10 from kwonoj/chore-dep
Browse files Browse the repository at this point in the history
chore(release): release 0.0.2
  • Loading branch information
kwonoj authored Sep 8, 2017
2 parents 8a9a406 + 4d7d0ef commit 25cc5a5
Show file tree
Hide file tree
Showing 11 changed files with 5,895 additions and 48 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="0.0.2"></a>
## [0.0.2](https://github.com/kwonoj/cld3-asm/compare/v0.0.1...v0.0.2) (2017-09-08)



<a name="0.0.1"></a>
## 0.0.1 (2017-08-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/kwonoj/cld3-asm.svg?branch=master)](https://travis-ci.org/kwonoj/cld3-asm)
[![Build status](https://ci.appveyor.com/api/projects/status/7s0r599r9h6r682g/branch/master?svg=true)](https://ci.appveyor.com/project/kwonoj/cld3-asm/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/vko7m5l7brt5w9ok?svg=true)](https://ci.appveyor.com/project/kwonoj/cld3-asm)
[![codecov](https://codecov.io/gh/kwonoj/cld3-asm/branch/master/graph/badge.svg)](https://codecov.io/gh/kwonoj/cld3-asm)
[![npm](https://img.shields.io/npm/v/cld3-asm.svg)](https://www.npmjs.com/package/cld3-asm)
[![node](https://img.shields.io/badge/node-=>4.0-blue.svg?style=flat)](https://www.npmjs.com/package/cld3-asm)
Expand Down
1 change: 0 additions & 1 deletion jest-cld-asm.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"<rootDir>/spec/.*\\.(ts|js)$",
"<rootDir>/build/.*\\.(ts|js)$",
"<rootDir>/src/lib/.*\\.js$",
"<rootDir>/src/util/root.ts",
"<rootDir>/src/cldFactory.ts"
]
}
Loading

0 comments on commit 25cc5a5

Please sign in to comment.