You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41-44Lines changed: 41 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,58 +4,55 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
-
## [Unreleased]
7
+
## [0.2.0] - 2025-12-27
9
8
10
9
### Added
10
+
- enhance GitHub Actions workflow to extract specific changelog section for releases by @JSONbored
11
+
- add output schema validation to action handlers and update package structure for CommonJS by @JSONbored
12
+
- add git-cliff configuration for automated changelog generation and enhance CI workflows by @JSONbored
13
+
- enhance auto-release workflow to support manual version bump types and improve detection logic by @JSONbored
14
+
- implement version calculation and validation in auto-release workflow for improved version management by @JSONbored
15
+
- update Jest configuration to use v8 coverage provider for improved performance and avoid instrumentation conflicts; refactor helper exports to prevent coverage issues by @JSONbored
16
+
- enhance Jest configuration for improved coverage tracking and add tests for output schema validation and default values in action clients by @JSONbored
17
+
- improve changelog generation in auto-release workflow by checking for existing entries and updating version sections by @JSONbored
18
+
- prepare for release by updating changelog and workflows (#1) by @JSONbored in [#1](https://github.com/JSONbored/safemocker/pull/1)
19
+
- enhance git-cliff GitHub integration and npm trusted publishing (#2) by @JSONbored in [#2](https://github.com/JSONbored/safemocker/pull/2)
11
20
12
-
- enhance GitHub Actions workflow to extract specific changelog section for releases
13
-
- add output schema validation to action handlers and update package structure for CommonJS
14
-
- add git-cliff configuration for automated changelog generation and enhance CI workflows
15
-
- enhance auto-release workflow to support manual version bump types and improve detection logic
16
-
- implement version calculation and validation in auto-release workflow for improved version management
17
-
- update Jest configuration to use v8 coverage provider for improved performance and avoid instrumentation conflicts; refactor helper exports to prevent coverage issues
18
-
- enhance Jest configuration for improved coverage tracking and add tests for output schema validation and default values in action clients
19
-
- improve changelog generation in auto-release workflow by checking for existing entries and updating version sections
20
21
21
22
### Changed
23
+
- update auto-release and release workflows to improve version tagging and push process, ensuring commit verification before tagging by @JSONbored
24
+
- migrate version bumping to git-cliff by @JSONbored
25
+
- rename workflows and fix commit counting with comprehensive debugging by @JSONbored
22
26
23
-
- update auto-release and release workflows to improve version tagging and push process, ensuring commit verification before tagging
24
-
- migrate version bumping to git-cliff
25
-
- rename workflows and fix commit counting with comprehensive debugging
26
27
27
28
### Fixed
29
+
- update auto-release workflow to use pnpm for executing git-cliff, ensuring consistent environment for changelog generation by @JSONbored
30
+
- remove empty env block from release.yml workflow by @JSONbored
31
+
- update workflows and cliff.toml for improved commit message handling (#3) by @JSONbored in [#3](https://github.com/JSONbored/safemocker/pull/3)
28
32
29
-
- update auto-release workflow to use pnpm for executing git-cliff, ensuring consistent environment for changelog generation
30
-
- remove empty env block from release.yml workflow
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@jsonbored/safemocker",
3
-
"version": "0.1.0",
3
+
"version": "0.2.0",
4
4
"description": "A type-safe, Jest & Vitest-compatible mock for next-safe-action. Replicates real middleware behavior and returns proper SafeActionResult structure. Fun name: 'safe' + 'mocker' = mocking tool for next-safe-action!",
0 commit comments