Skip to content

Commit 8ecfffe

Browse files
committed
chore(release): 1.0.1
1 parent 9fe6a32 commit 8ecfffe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/modulify/pkg/compare/v1.0.0...v1.0.1) (2025-01-05)
6+
7+
8+
### Fixes
9+
10+
* Missing types & typesVersions fields in package.json ([9fe6a32](https://github.com/modulify/pkg/commit/9fe6a3238eb2df321a27127671796abc8c897fb8))
11+
512
## 1.0.0 (2025-01-05)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@modulify/pkg",
33
"type": "module",
44
"license": "ISC",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"description": "Utils for working with nodejs packages worktree",
77
"author": "[email protected]",
88
"contributors": [

0 commit comments

Comments
 (0)