Skip to content

Commit ac90db9

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2018-07-01) ### Docs * Updated readme ([de14fc3](de14fc3)) ### Fix * ESLint errors ([c5f60fb](c5f60fb)) * Update method, fileContent is optinal ([0c7e6aa](0c7e6aa)) ### New * First release ([7f31a56](7f31a56)) ### Update * Added unit tests ([84857f7](84857f7))
1 parent c5f60fb commit ac90db9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0 (2018-07-01)
2+
3+
4+
### Docs
5+
6+
* Updated readme ([de14fc30f40935774ea27937d62f8d9e6bd23e5b](https://github.com/unlight/typescript-service/commit/de14fc30f40935774ea27937d62f8d9e6bd23e5b))
7+
8+
### Fix
9+
10+
* ESLint errors ([c5f60fb7254650647d2f9211d87e10ffb40b72df](https://github.com/unlight/typescript-service/commit/c5f60fb7254650647d2f9211d87e10ffb40b72df))
11+
* Update method, fileContent is optinal ([0c7e6aaf752e872af76159022a4861c370ee4ee1](https://github.com/unlight/typescript-service/commit/0c7e6aaf752e872af76159022a4861c370ee4ee1))
12+
13+
### New
14+
15+
* First release ([7f31a56d16a2e9e976d15949a0f3d8b7da481e75](https://github.com/unlight/typescript-service/commit/7f31a56d16a2e9e976d15949a0f3d8b7da481e75))
16+
17+
### Update
18+
19+
* Added unit tests ([84857f77819387697a406276aefa32533a2924df](https://github.com/unlight/typescript-service/commit/84857f77819387697a406276aefa32533a2924df))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-service",
3-
"version": "0.0.0-dev",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)