diff --git a/.changeset/swift-jokes-peel.md b/.changeset/swift-jokes-peel.md deleted file mode 100644 index 7a1e0ea..0000000 --- a/.changeset/swift-jokes-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@usefoundry/tools-api-weather-api': patch ---- - -add description diff --git a/packages/tools/api/weatherApi/CHANGELOG.md b/packages/tools/api/weatherApi/CHANGELOG.md index c9275a3..943ff77 100644 --- a/packages/tools/api/weatherApi/CHANGELOG.md +++ b/packages/tools/api/weatherApi/CHANGELOG.md @@ -1,5 +1,11 @@ # @usefoundry/tools-api-weather-api +## 0.1.2 + +### Patch Changes + +- f2adf3e: add description + ## 0.1.1 ### Patch Changes diff --git a/packages/tools/api/weatherApi/package.json b/packages/tools/api/weatherApi/package.json index 94cb0ae..f859900 100644 --- a/packages/tools/api/weatherApi/package.json +++ b/packages/tools/api/weatherApi/package.json @@ -1,6 +1,6 @@ { "name": "@usefoundry/tools-api-weather-api", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Eyk Rehbein",