Skip to content

Commit bd66933

Browse files
committed
Bump package version to 1.0.1
1 parent 6eca5dd commit bd66933

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [1.0.1] - 2025-09-27
12+
13+
### Fixed
14+
- Updated GitHub Actions workflows for better reliability
15+
- Fixed CI security audit command syntax
16+
- Modernized release asset upload using GitHub CLI
17+
- Updated permissions for release workflow
18+
1119
### Added
1220

1321
- Initial project structure and configuration

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rumenx/sandbox-npm-package",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A demo npm package showcasing TypeScript best practices for development, testing, and publishing",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)