Skip to content

Commit

Permalink
chore(release): 2.16.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.16.1](v2.16.0...v2.16.1) (2024-02-12)

### Bug Fixes

* **number-input:** emit number value instead of string ([#280](#280)) ([2e3a0af](2e3a0af))
  • Loading branch information
semantic-release-bot committed Feb 12, 2024
1 parent 2e3a0af commit 7afa30d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.16.1](https://github.com/archilogic-com/honeycomb/compare/v2.16.0...v2.16.1) (2024-02-12)


### Bug Fixes

* **number-input:** emit number value instead of string ([#280](https://github.com/archilogic-com/honeycomb/issues/280)) ([2e3a0af](https://github.com/archilogic-com/honeycomb/commit/2e3a0af43044bd9697e3cb319a4de3071e0f8c34))

# [2.16.0](https://github.com/archilogic-com/honeycomb/compare/v2.15.0...v2.16.0) (2024-02-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archilogic/honeycomb",
"version": "2.16.0",
"version": "2.16.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 7afa30d

Please sign in to comment.