From f5d64069f49f7964586c7382596e6b4c66090d7a Mon Sep 17 00:00:00 2001 From: Thorsten Suckow-Homberg Date: Tue, 27 Dec 2022 19:05:40 +0100 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f455d..9c582ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.5](https://github.com/coon-js/extjs-lib-core/compare/v1.0.4...v1.0.5) (2022-12-27) + + +### Features + +* allow "disabled"-configuration to ignore particular packages ([ba820e1](https://github.com/coon-js/extjs-lib-core/commit/ba820e1b4051e3225f96fbdf17b025b6d14904c2)) + ### [1.0.4](https://github.com/coon-js/extjs-lib-core/compare/v1.0.3...v1.0.4) (2022-12-27) ### [1.0.3](https://github.com/coon-js/extjs-lib-core/compare/v1.0.2...v1.0.3) (2022-12-27) diff --git a/package-lock.json b/package-lock.json index 8d3838a..82ce4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coon-js/extjs-lib-core", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coon-js/extjs-lib-core", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "@l8js/l8": "^0.9.0" diff --git a/package.json b/package.json index 9a8776b..a2ea439 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ ] }, "description": "NPM package providing ExtJS core functionality for rapid, modular application development.", - "version": "1.0.4", + "version": "1.0.5", "main": "index.js", "directories": { "test": "tests"