Skip to content

Commit

Permalink
Merge pull request #4 from ChrisLahaye/release-please--branches--mast…
Browse files Browse the repository at this point in the history
…er--components--release-please-action

chore(master): release 2.0.0
  • Loading branch information
ChrisLahaye authored Nov 16, 2022
2 parents 6f57a22 + 3bbfecb commit 3c7bb5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/ChrisLahaye/type-graphql-utils/compare/v1.1.0...v2.0.0) (2022-11-16)


### ⚠ BREAKING CHANGES

* detect array type options

### Bug Fixes

* detect array type options ([6f57a22](https://github.com/ChrisLahaye/type-graphql-utils/commit/6f57a22fe13fbe45dbc7bfbea9868b12c05defc2)), closes [#3](https://github.com/ChrisLahaye/type-graphql-utils/issues/3)

## [1.1.0](https://github.com/ChrisLahaye/type-graphql-utils/compare/v1.0.0...v1.1.0) (2022-08-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": "type-graphql-utils",
"version": "1.1.0",
"version": "2.0.0",
"description": "utilities to transform type-graphql types",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3c7bb5e

Please sign in to comment.