We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e43e4d commit 79c7879Copy full SHA for 79c7879
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v5.1.0
4
+
5
+## Features
6
7
+- Add `package.json` with package name `@hyperupcall/bats-all`
8
9
+## Fixes
10
11
+- The `{assert,refute}_regex` files from `bats-assert` are now properly `source`'d
12
13
## v5.0.0
14
15
### Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@hyperupcall/bats-all",
- "version": "5.0.0",
+ "version": "5.1.0",
"description": "Magic per-project shell environments",
"author": "Edwin Kofler <edwin@kofler.dev> (https://edwinkofler.com)",
"license": "CC0-1.0 AND BSD-3-Clause",
0 commit comments