@eighty4/c2 0.0.3-1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ - ???
6
+
7
+ ## [v0.0.3] - 2025-06-26
8
+
5
9
  ### Fixed
6
10
 
7
11
  - TypeScript type declarations were broken because subpath imports
@@ -18,5 +22,6 @@
18
22
  - Evaluate env() and file() expressions in user data
19
23
  - Merge multiple user data into a MIME multipart message
20
24
 
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
22
27
  [v0.0.2]: https://github.com/eighty4/c2/releases/tag/v0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eighty4/c2",
3
- "version": "0.0.3-1",
3
+ "version": "0.0.3",
4
4
  "author": "Adam McKee <adam.be.g84d@gmail.com>",
5
5
  "repository": "https://github.com/eighty4/c2",
6
6
  "homepage": "https://github.com/eighty4/c2",