Skip to content

Commit e818e6a

Browse files
author
Adam McKee
committed
publishing v0.0.3 as @latest
1 parent edac14a commit e818e6a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
- ???
6+
7+
## [v0.0.3] - 2025-06-26
8+
59
### Fixed
610

711
- TypeScript type declarations were broken because subpath imports
@@ -18,5 +22,6 @@
1822
- Evaluate env() and file() expressions in user data
1923
- Merge multiple user data into a MIME multipart message
2024

21-
[Unreleased]: https://github.com/eighty4/c2/compare/v0.0.2...HEAD
25+
[Unreleased]: https://github.com/eighty4/c2/compare/v0.0.3...HEAD
26+
[v0.0.3]: https://github.com/eighty4/c2/compare/v0.0.2...v0.0.3
2227
[v0.0.2]: https://github.com/eighty4/c2/releases/tag/v0.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eighty4/c2",
3-
"version": "0.0.3-1",
3+
"version": "0.0.3",
44
"author": "Adam McKee <adam.be.g84d@gmail.com>",
55
"repository": "https://github.com/eighty4/c2",
66
"homepage": "https://github.com/eighty4/c2",

0 commit comments

Comments
 (0)