Skip to content

Commit d1f097d

Browse files
committed
Bump the package version to 1.0.2
1 parent d6d1eb9 commit d1f097d

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [1.0.2] - 2025-09-27
10+
11+
### Fixed
12+
13+
- Fixed npm publish workflow version conflict error
14+
- Resolved CI security audit command syntax issues
15+
- Updated GitHub Actions checkout to v5 for compatibility
16+
17+
### Changed
18+
19+
- Updated TypeScript ecosystem dependencies via Dependabot
20+
- Updated @types/node in build-tools group
21+
- Updated eslint-config-prettier in linting-tools group
22+
- Updated testing framework dependencies
23+
- Updated codecov-action to v5
24+
- Updated actions/setup-node to v5
25+
26+
### Maintenance
27+
28+
- Automated dependency updates through Dependabot pull requests
29+
- Improved CI/CD pipeline reliability and modern action versions
1030

1131
## [1.0.1] - 2025-09-27
1232

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.1",
3+
"version": "1.0.2",
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)