1 parent 0d94ba7 commit 0f44f5eCopy full SHA for 0f44f5e
2 files changed
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.4] - 2026-01-24
9
+
10
+### Added
11
+-
12
13
+### Changed
14
15
16
+### Fixed
17
18
19
## [0.3.3] - 2026-01-22
20
21
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "skeleton-crew-runtime",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "A minimal plugin runtime for building modular JavaScript applications.",
"type": "module",
"main": "dist/index.js",
@@ -88,4 +88,4 @@
88
"dependencies": {
89
"fast-glob": "^3.3.3"
90
}
91
-}
+}
0 commit comments