diff --git a/.changeset/strong-trains-look.md b/.changeset/strong-trains-look.md deleted file mode 100644 index 6760a29..0000000 --- a/.changeset/strong-trains-look.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@taskless/loader": patch ---- - -- **Load a directory** - If you specify `TASKLESS_DIRECTORY` (autoloader), or use `directory` in the programatic API, the loader will attempt to load any installed packs from disk in addition to any network packs. This can be used to load packs without interacting with Taskless Cloud. - -- **Deprecation** of `TASKLESS_OPTIONS` - The taskless options environment variable has been deprecated in favor of using individual `TASKLESS_*` flags. - - `network` and `logging` are now expressed as `TASKLESS_OUTPUT` and can be expressed as a comma separated list. For example `TASKLESS_OUTPUT=network,console`. The default with an API key is `network`, and the default without an API key is `console`. If this value is set, it will override the default behavior. `network` and `logging` will be removed in the next release. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faafcb..2ca82ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @taskless/loader +## 0.0.33 + +### Patch Changes + +- edc6363: - **Load a directory** - If you specify `TASKLESS_DIRECTORY` (autoloader), or use `directory` in the programatic API, the loader will attempt to load any installed packs from disk in addition to any network packs. This can be used to load packs without interacting with Taskless Cloud. + + - **Deprecation** of `TASKLESS_OPTIONS` - The taskless options environment variable has been deprecated in favor of using individual `TASKLESS_*` flags. + - `network` and `logging` are now expressed as `TASKLESS_OUTPUT` and can be expressed as a comma separated list. For example `TASKLESS_OUTPUT=network,console`. The default with an API key is `network`, and the default without an API key is `console`. If this value is set, it will override the default behavior. `network` and `logging` will be removed in the next release. + ## 0.0.32 ### Patch Changes diff --git a/package.json b/package.json index 66c2da7..8ec796b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@taskless/loader", "description": "Taskless Loader - Take control of your third party APIs", - "version": "0.0.32", + "version": "0.0.33", "author": "Taskless", "license": "Apache-2.0", "repository": "taskless/loader-js",