Skip to content

Commit 8078dcf

Browse files
chore: release 1.1.0
1 parent 2cd6f6e commit 8078dcf

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [1.1.0](https://www.github.com/CuC-Softs/adonisgoose/compare/v1.0.0...v1.1.0) (2022-02-12)
4+
5+
6+
### Features
7+
8+
* add adonis auth integration ([1c28947](https://www.github.com/CuC-Softs/adonisgoose/commit/1c289475fb1301c68ef5d4c9f9fe1bfcf0572164))
9+
* increase version ([06a4a73](https://www.github.com/CuC-Softs/adonisgoose/commit/06a4a73d26ff537a991eb0322cdffa05f813a1b3))
10+
11+
12+
### Bug Fixes
13+
14+
* add autorelease scripts ([2cd6f6e](https://www.github.com/CuC-Softs/adonisgoose/commit/2cd6f6e32812accad2c58919db37d6146b574fb8))
15+
* env fix mongodb ([1be671d](https://www.github.com/CuC-Softs/adonisgoose/commit/1be671decb7ffa17fe36e510db85ddeb37cdd2ad))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adonisgoose",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "a support to mongoose orm into adonisjs v5",
55
"main": "build/providers/MongoProvider.js",
66
"scripts": {

0 commit comments

Comments
 (0)