Skip to content

Commit

Permalink
chore: prepere release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok committed Sep 29, 2024
1 parent ed117b1 commit 1eaa25e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<h1 align="center">Hexancore</h1>
<p align="center"><i>Full-Stack TypeScript Framework for building epic <b>HexArch</b> designed applications.</i></p>
<p align="center"><i>Promise of delivering value through a good process </i></p>
<h2 align="center">Package: Common</h2>
<p align="center">
<a href="https://www.npmjs.com/package/@hexancore/common"><img src="https://img.shields.io/npm/v/@hexancore/common.svg" alt="NPM Version" /></a>
Expand All @@ -12,4 +12,4 @@

## Description

Package of Hexancore framework [https://hexancore.dev](https://hexancore.dev)
Package of Hexancore framework [https://hexancore.dev](https://hexancore.dev)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1eaa25e

Please sign in to comment.