Skip to content

Commit b6ef616

Browse files
committed
Merge tag '0.2.0' into develop
0.2.0
2 parents 3ef518e + c0a39a3 commit b6ef616

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changeset/shiny-doors-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-boxes-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# druxt-auth
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 3ef518e: feat(#8): added support for password grant.
8+
9+
### Patch Changes
10+
11+
- 5bab97a: Enabled the Nuxt Vuex store.
12+
313
## 0.1.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "druxt-auth",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"keywords": [
55
"auth",
66
"authentication",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ bindings@^1.5.0:
22332233
dependencies:
22342234
file-uri-to-path "1.0.0"
22352235

2236-
body-parser@^1.19.2, body-parser@^1.20.0:
2236+
body-parser@^1.19.2:
22372237
version "1.20.0"
22382238
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
22392239
integrity sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==

0 commit comments

Comments
 (0)