From 1eaa25ec94d45c3ce1a05478568ad3d2669b8c10 Mon Sep 17 00:00:00 2001 From: mararok <5163714+Mararok@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:04:29 +0200 Subject: [PATCH] chore: prepere release 0.16.1 --- CHANGELOG.md | 5 ++++- README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996ea4b..da4c868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1] - 2024-09-29 + ### Changed - reworked HObjects(no backward compatible changes) @@ -159,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - many changes. -[unreleased] https://github.com/hexancore/common/compare/0.16.0...HEAD +[unreleased] https://github.com/hexancore/common/compare/0.16.1...HEAD +[0.16.1] https://github.com/hexancore/common/compare/0.16.0...0.16.1 [0.16.0] https://github.com/hexancore/common/compare/0.15.0...0.16.0 [0.15.0] https://github.com/hexancore/common/compare/0.14.0...0.15.0 [0.14.0] https://github.com/hexancore/common/compare/0.13.3...0.14.0 diff --git a/README.md b/README.md index dbea7a6..48a5aea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Hexancore

-

Full-Stack TypeScript Framework for building epic HexArch designed applications.

+

Promise of delivering value through a good process

Package: Common

NPM Version @@ -12,4 +12,4 @@ ## Description -Package of Hexancore framework [https://hexancore.dev](https://hexancore.dev) \ No newline at end of file +Package of Hexancore framework [https://hexancore.dev](https://hexancore.dev) diff --git a/package.json b/package.json index d862055..958091c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@hexancore/common", - "version": "0.16.0", + "version": "0.16.1", "engines": { "node": ">=22" }, "engine-strict": true, - "description": "Full-Stack TypeScript Framework for building epic HexArch designed applications.", + "description": "Promise of delivering value through a good process", "author": "Andrzej Wasiak", "homepage": "https://hexancore.dev", "license": "MIT",