flexi-bench 0.0.0-alpha.1 → 0.0.0-alpha.2

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 +14 -0
  2. package/package.json +2 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ ## 0.0.0-alpha.2 (2024-07-11)
2
+
3
+ This was a version bump only, there were no code changes.
4
+
5
+ ## 0.0.0-alpha.1 (2024-07-11)
6
+
7
+
8
+ ### 🚀 Features
9
+
10
+ - initial draft ([d999262](https://github.com/AgentEnder/easybench/commit/d999262))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Craigory Coppola @AgentEnder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexi-bench",
3
- "version": "0.0.0-alpha.1",
3
+ "version": "0.0.0-alpha.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,6 +29,7 @@
29
29
  "dist",
30
30
  "README.md",
31
31
  "LICENSE",
32
+ "CHANGELOG.md",
32
33
  "package.json"
33
34
  ]
34
35
  }