Skip to content

Commit 44bb409

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-05) ### Bug Fixes * Add semantic-release plugins as devDependencies ([77ed655](77ed655)) ### Features * Add semantic-release for GitHub Packages publishing ([6221a7f](6221a7f)) * Initial release of node-superops TypeScript library ([443c430](443c430))
1 parent 77ed655 commit 44bb409

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.0.0 (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Add semantic-release plugins as devDependencies ([77ed655](https://github.com/asachs01/node-superops/commit/77ed65593d7d2e652b27d14d1c8a5b005822812e))
7+
8+
9+
### Features
10+
11+
* Add semantic-release for GitHub Packages publishing ([6221a7f](https://github.com/asachs01/node-superops/commit/6221a7f61c8b689b240b0fe33f242228b24605dc))
12+
* Initial release of node-superops TypeScript library ([443c430](https://github.com/asachs01/node-superops/commit/443c43094ca61eecf3e22489eed161a4d441f695))
13+
114
# Changelog
215

316
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-superops",
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)