Skip to content

Commit

Permalink
Release v1.1.6 (#10)
Browse files Browse the repository at this point in the history
* Ignore the stats.json

* 1.1.6
  • Loading branch information
cchandurkar authored Feb 21, 2021
1 parent bca3306 commit 13ecc68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ npm-debug.log
tsconfig.json
webpack.config.js
.husky
dist/stats.json
json-schema-to-case-class.*.tgz
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-case-class",
"version": "1.1.5",
"version": "1.1.6",
"description": "A library that converts JSON Schema to Scala Case Classes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 13ecc68

Please sign in to comment.