Skip to content

Commit 62f3370

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-05) ### Bug Fixes * Add semantic-release configuration for GitHub Packages publishing ([19d242a](19d242a)) ### Features * Initial implementation of node-halopsa TypeScript library ([f16341d](f16341d))
1 parent 19d242a commit 62f3370

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.0.0 (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Add semantic-release configuration for GitHub Packages publishing ([19d242a](https://github.com/asachs01/node-halopsa/commit/19d242a023e501d62d4e1ea45e23d7aa714c7449))
7+
8+
9+
### Features
10+
11+
* Initial implementation of node-halopsa TypeScript library ([f16341d](https://github.com/asachs01/node-halopsa/commit/f16341dfd19dff3dc3f316d4853ac99cef5e6338))
12+
113
# Changelog
214

315
All notable changes to this project will be documented in this file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asachs01/node-halopsa",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"publishConfig": {
55
"registry": "https://npm.pkg.github.com"
66
},

0 commit comments

Comments
 (0)