Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Jul 1, 2018
1 parent c5f60fb commit ac90db9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2018-07-01)


### Docs

* Updated readme ([de14fc30f40935774ea27937d62f8d9e6bd23e5b](https://github.com/unlight/typescript-service/commit/de14fc30f40935774ea27937d62f8d9e6bd23e5b))

### Fix

* ESLint errors ([c5f60fb7254650647d2f9211d87e10ffb40b72df](https://github.com/unlight/typescript-service/commit/c5f60fb7254650647d2f9211d87e10ffb40b72df))
* Update method, fileContent is optinal ([0c7e6aaf752e872af76159022a4861c370ee4ee1](https://github.com/unlight/typescript-service/commit/0c7e6aaf752e872af76159022a4861c370ee4ee1))

### New

* First release ([7f31a56d16a2e9e976d15949a0f3d8b7da481e75](https://github.com/unlight/typescript-service/commit/7f31a56d16a2e9e976d15949a0f3d8b7da481e75))

### Update

* Added unit tests ([84857f77819387697a406276aefa32533a2924df](https://github.com/unlight/typescript-service/commit/84857f77819387697a406276aefa32533a2924df))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-service",
"version": "0.0.0-dev",
"version": "1.0.0",
"license": "MIT",
"description": "",
"main": "dist/index.js",
Expand Down

0 comments on commit ac90db9

Please sign in to comment.