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 5165ddf commit b9bbfc7Copy full SHA for b9bbfc7
CHANGELOG.md
@@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.4] - 2025-01-13
11
+
12
+### Changed
13
14
- Fixed FS module not being available in the SDK.
15
- Clarified some types in the input SDK.
16
+- General cleanup of some comments.
17
18
## [0.0.3] - 2025-01-10
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jest-environment-airtable-script",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "A jest environment for testing Airtable scripts in extensions and automations",
5
"license": "Apache-2.0",
6
"author": "",
0 commit comments