From 7a8fe1cec0cebe823229cc5543f504da8e16dd12 Mon Sep 17 00:00:00 2001 From: ThorstenSuckow Date: Sat, 14 May 2022 17:38:03 +0200 Subject: [PATCH] chore(release): 0.1.13 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91b2f1..88a1514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.1.13](https://github.com/coon-js/siesta-lib-helper/compare/v0.1.12...v0.1.13) (2022-05-14) + ### [0.1.12](https://github.com/coon-js/siesta-lib-helper/compare/v0.1.11...v0.1.12) (2022-05-14) ### [0.1.11](https://github.com/coon-js/siesta-lib-helper/compare/v0.1.10...v0.1.11) (2022-01-16) diff --git a/package-lock.json b/package-lock.json index 7bb44bb..2ceed8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coon-js/siesta-lib-helper", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coon-js/siesta-lib-helper", - "version": "0.1.12", + "version": "0.1.13", "license": "MIT", "dependencies": { "@l8js/l8": "^0.7.2", diff --git a/package.json b/package.json index 80d5c02..e67fd6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coon-js/siesta-lib-helper", - "version": "0.1.12", + "version": "0.1.13", "description": "Collection of utility- and helper-methods when working with Siesta (https://bryntum.com) in an ExtJS-Browser environment.", "main": "dist/siesta-lib-helper.runtime.esm.js", "type": "module",