@oxc-project/runtime 0.79.1 → 0.81.0

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 +2 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
18
18
 
19
19
 
20
20
 
21
+
22
+
21
23
  # Changelog
22
24
 
23
25
  All notable changes to this package will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxc-project/runtime",
3
- "version": "0.79.1",
3
+ "version": "0.81.0",
4
4
  "description": "Oxc's modular runtime helpers",
5
5
  "license": "MIT",
6
6
  "repository": {