From 6c0a25bdbafa76ff53d16a73c17c793475ba175b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 22:35:15 +0000 Subject: [PATCH] chore: release 1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fca3391 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.1.0](https://www.github.com/CuC-Softs/adonisgoose/compare/v1.0.0...v1.1.0) (2022-02-12) + + +### Features + +* add adonis auth integration ([1c28947](https://www.github.com/CuC-Softs/adonisgoose/commit/1c289475fb1301c68ef5d4c9f9fe1bfcf0572164)) +* increase version ([06a4a73](https://www.github.com/CuC-Softs/adonisgoose/commit/06a4a73d26ff537a991eb0322cdffa05f813a1b3)) + + +### Bug Fixes + +* add autorelease scripts ([2cd6f6e](https://www.github.com/CuC-Softs/adonisgoose/commit/2cd6f6e32812accad2c58919db37d6146b574fb8)) +* add file ([b4e908e](https://www.github.com/CuC-Softs/adonisgoose/commit/b4e908eeb51eb550c6862e4bec5380491281f559)) +* env fix mongodb ([1be671d](https://www.github.com/CuC-Softs/adonisgoose/commit/1be671decb7ffa17fe36e510db85ddeb37cdd2ad)) +* right files ([c5a8f04](https://www.github.com/CuC-Softs/adonisgoose/commit/c5a8f04445feb09d809823cb5d75a568c0b96d71)) diff --git a/package.json b/package.json index be438f4..77d3fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adonisgoose", - "version": "1.0.1", + "version": "1.1.0", "description": "a support to mongoose orm into adonisjs v5", "main": "build/providers/MongoProvider.js", "scripts": {