Skip to content

Commit

Permalink
chore: release 2.1.0 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 28, 2021
1 parent ac8be76 commit 8803236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.1.0](https://www.github.com/cobraz/generate-runtypes/compare/v2.0.1...v2.1.0) (2021-04-27)


### Features

* Add null and undefined types [#64](https://www.github.com/cobraz/generate-runtypes/issues/64) ([ac8be76](https://www.github.com/cobraz/generate-runtypes/commit/ac8be76df519e9c968eb09592827ba66195ecf77))

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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generate-runtypes",
"version": "2.0.1",
"version": "2.1.0",
"description": "A code generator tool for Runtypes types",
"main": "dist/main.js",
"repository": {
Expand Down

0 comments on commit 8803236

Please sign in to comment.