Skip to content

Commit 0f44f5e

Browse files
committed
chore: bump version to 0.3.4
1 parent 0d94ba7 commit 0f44f5e

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.4] - 2026-01-24
9+
10+
### Added
11+
-
12+
13+
### Changed
14+
-
15+
16+
### Fixed
17+
-
18+
819
## [0.3.3] - 2026-01-22
920

1021
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeleton-crew-runtime",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A minimal plugin runtime for building modular JavaScript applications.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -88,4 +88,4 @@
8888
"dependencies": {
8989
"fast-glob": "^3.3.3"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)