Skip to content

Commit

Permalink
build(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-12-01)

### Bug Fixes

* force node version that support null coalescing ([#91](#91)) ([439e92d](439e92d))
  • Loading branch information
semantic-release-bot committed Dec 1, 2021
1 parent 439e92d commit 39b8867
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.1.2](https://github.com/wtho/avro-decorators/compare/v1.1.1...v1.1.2) (2021-12-01)


### Bug Fixes

* force node version that support null coalescing ([#91](https://github.com/wtho/avro-decorators/issues/91)) ([439e92d](https://github.com/wtho/avro-decorators/commit/439e92d248e3f4126bd0af5430e53fa253f4ecd0))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "avro-decorators",
"version": "1.1.1",
"version": "1.1.2",
"description": "Typescript class decorators to model your avro schema",
"main": "build/index.js",
"bin": "build/bin/cli.js",
"engines" : { "node" : ">=14" },
"engineStrict" : true,
"engines": {
"node": ">=14"
},
"engineStrict": true,
"scripts": {
"test": "jest",
"build": "tsc -p ./tsconfig.build.json"
Expand Down

0 comments on commit 39b8867

Please sign in to comment.