Skip to content

Commit

Permalink
chore: release 3.1.0 (#126)
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 Jul 30, 2021
1 parent 9840c12 commit f1eb219
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ 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

## [3.1.0](https://www.github.com/cobraz/generate-runtypes/compare/v3.0.0...v3.1.0) (2021-07-04)


### Features

* Export NameFunction type ([#123](https://www.github.com/cobraz/generate-runtypes/issues/123)) ([1f1d314](https://www.github.com/cobraz/generate-runtypes/commit/1f1d31451a1ab50f2f702be283559f16f17c9e8c))


### Bug Fixes

* escape characters in field names ([#124](https://www.github.com/cobraz/generate-runtypes/issues/124)) ([3d9cf65](https://www.github.com/cobraz/generate-runtypes/commit/3d9cf651f284a287a6d89b336bd20fbacf7730d2))

## [3.0.0](https://www.github.com/cobraz/generate-runtypes/compare/v2.1.0...v3.0.0) (2021-06-09)


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": "3.0.0",
"version": "3.1.0",
"description": "A code generator tool for Runtypes types",
"main": "dist/main.js",
"repository": {
Expand Down

0 comments on commit f1eb219

Please sign in to comment.