Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2019-04-25)

### Bug Fixes

* auto publish ([f59e704](f59e704))
  • Loading branch information
semantic-release-bot committed Apr 25, 2019
1 parent f59e704 commit 62af5d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.2](https://github.com/kschat/trampoline-ts/compare/v1.0.1...v1.0.2) (2019-04-25)


### Bug Fixes

* auto publish ([f59e704](https://github.com/kschat/trampoline-ts/commit/f59e704))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trampoline-ts",
"version": "1.0.0",
"version": "1.0.2",
"main": "dist/src/index.js",
"description": "A type-safe way to emulate tail-call optimization with trampolines",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 62af5d4

Please sign in to comment.