Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ikatyang committed May 13, 2017
1 parent d908462 commit 24df386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All changes to this project will be documented in this file.
> - 🏠 [Internal]
> - 💅 [Polish]
## Unreleased
## v1.0.4 (2017-05-13)

#### 🚀 New Feature
- Release first version
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dts-jest",
"version": "0.0.0-dev",
"version": "1.0.4",
"description": "A preprocessor for jest to snapshot test TypeScript declaration (.d.ts) files",
"keywords": [
"jest",
Expand Down Expand Up @@ -46,5 +46,7 @@
"engines": {
"node": ">= 4"
},
"files": ["lib"]
"files": [
"lib/**"
]
}

0 comments on commit 24df386

Please sign in to comment.