Skip to content

Commit

Permalink
chore: release 2.0.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 23, 2021
1 parent 335fc0e commit d0e4c94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ All notable changes to this project will be documented in this file. See

* This package no longer require `ts-morph` and does not take inn file argument. Please consult our README.md for more information

### [2.0.1](https://www.github.com/cobraz/generate-runtypes/compare/v2.0.0...v2.0.1) (2021-04-23)


### Bug Fixes

* use formatter function for all named types ([#52](https://www.github.com/cobraz/generate-runtypes/issues/52)) ([335fc0e](https://www.github.com/cobraz/generate-runtypes/commit/335fc0eca6daaaa84d8ad670321c546c4ac8c894))

## [2.0.0](https://www.github.com/cobraz/generate-runtypes/compare/v1.1.1...v2.0.0) (2021-04-16)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "generate-runtypes",
"version": "2.0.0",
"version": "2.0.1",
"description": "A code generator tool for Runtypes types",
"main": "dist/main.js",
"repository": "[email protected]:cobraz/generate-runtypes",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/cobraz/generate-runtypes.git"
},
"license": "Apache-2.0",
"scripts": {
"dev": "tsnd --respawn src/main.ts",
"lint": "eslint . --ext .ts,.tsx",
Expand Down

0 comments on commit d0e4c94

Please sign in to comment.