From 665973a6c119da8ccf9a28961dab92f7c7483d21 Mon Sep 17 00:00:00 2001 From: Guillaume GABOREL Date: Fri, 20 Jan 2023 15:09:18 +0100 Subject: [PATCH] chore(release): 20.0.3 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bd043..884f462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [20.0.3](https://github.com//s3pweb/keycloak-admin-client-cjs/compare/v1.0.0...v20.0.3) (2023-01-20) + + +### Other + +* **deps-dev:** update to esbuild@0.17.3 ([e9426ea](https://github.com//s3pweb/keycloak-admin-client-cjs/commit/e9426eae9928b80743b0cdd04c567f9e35e51b44)) +* **deps-dev:** update to the latest husky and commitlint versions ([c456bc0](https://github.com//s3pweb/keycloak-admin-client-cjs/commit/c456bc02ab6b85242667ccb8e5e4706b41819090)) +* **deps:** update to @keycloak/keycloak-admin-client@20.0.3 ([8042bc1](https://github.com//s3pweb/keycloak-admin-client-cjs/commit/8042bc157a4952bb64a018e9f90d1e8b379f4051)) ## 1.0.0 (2022-12-21) diff --git a/package-lock.json b/package-lock.json index 2c75348..bacabd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@s3pweb/keycloak-admin-client-cjs", - "version": "1.0.0", + "version": "20.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@s3pweb/keycloak-admin-client-cjs", - "version": "1.0.0", + "version": "20.0.3", "license": "MIT", "dependencies": { "@keycloak/keycloak-admin-client": "20.0.3" diff --git a/package.json b/package.json index 41dab97..9db8778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@s3pweb/keycloak-admin-client-cjs", - "version": "1.0.0", + "version": "20.0.3", "description": "Keycloak Admin Client compiled in CommonJS.", "keywords": [ "keycloak-admin-client",