Skip to content

Commit f1eb219

Browse files
chore: release 3.1.0 (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9840c12 commit f1eb219

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ All notable changes to this project will be documented in this file. See
3737

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

40+
## [3.1.0](https://www.github.com/cobraz/generate-runtypes/compare/v3.0.0...v3.1.0) (2021-07-04)
41+
42+
43+
### Features
44+
45+
* Export NameFunction type ([#123](https://www.github.com/cobraz/generate-runtypes/issues/123)) ([1f1d314](https://www.github.com/cobraz/generate-runtypes/commit/1f1d31451a1ab50f2f702be283559f16f17c9e8c))
46+
47+
48+
### Bug Fixes
49+
50+
* 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))
51+
4052
## [3.0.0](https://www.github.com/cobraz/generate-runtypes/compare/v2.1.0...v3.0.0) (2021-06-09)
4153

4254

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generate-runtypes",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A code generator tool for Runtypes types",
55
"main": "dist/main.js",
66
"repository": {

0 commit comments

Comments
 (0)