diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e7273..6f49f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4] - 2025-01-13 + +### Changed + - Fixed FS module not being available in the SDK. - Clarified some types in the input SDK. +- General cleanup of some comments. ## [0.0.3] - 2025-01-10 diff --git a/package.json b/package.json index 6cd277c..c5bd603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-airtable-script", - "version": "0.0.3", + "version": "0.0.4", "description": "A jest environment for testing Airtable scripts in extensions and automations", "license": "Apache-2.0", "author": "",