diff --git a/.changeset/brown-hotels-march.md b/.changeset/brown-hotels-march.md deleted file mode 100644 index 056faa7..0000000 --- a/.changeset/brown-hotels-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskless/loader": patch ---- - -Fixes issue where types were not available in taskless/core diff --git a/.changeset/hungry-news-enjoy.md b/.changeset/hungry-news-enjoy.md deleted file mode 100644 index 40af875..0000000 --- a/.changeset/hungry-news-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskless/loader": patch ---- - -Introduces packCheck, a developer tool for validating your Lua packs confirm to the Taskless specification diff --git a/.changeset/little-dolphins-sleep.md b/.changeset/little-dolphins-sleep.md deleted file mode 100644 index 100523a..0000000 --- a/.changeset/little-dolphins-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskless/loader": patch ---- - -BREAKING: Default packs must be opted-in via the programatic API. This change was introduced so that in local programatic development (and when running "packCheck") you are not forced to adopt the default packages. In the autoloading path, the call to addDefaultPacks happens automatically. diff --git a/CHANGELOG.md b/CHANGELOG.md index d251277..6bb48ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @taskless/loader +## 0.0.19 + +### Patch Changes + +- 7a4a5a3: Fixes issue where types were not available in taskless/core +- 8d3036a: Introduces packCheck, a developer tool for validating your Lua packs confirm to the Taskless specification +- 8d3036a: BREAKING: Default packs must be opted-in via the programatic API. This change was introduced so that in local programatic development (and when running "packCheck") you are not forced to adopt the default packages. In the autoloading path, the call to addDefaultPacks happens automatically. + ## 0.0.18 ### Patch Changes diff --git a/package.json b/package.json index 2480c3c..4644097 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.18", + "version": "0.0.19", "author": "Taskless", "license": "Apache-2.0", "repository": "taskless/loader-js",