diff --git a/CHANGELOG.md b/CHANGELOG.md index 962e150..681048b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/nadhifikbarw/airtable-ofetch/compare/v0.1.1...v0.1.2) + +### 🩹 Fixes + +- Export more types ([efa42d3](https://github.com/nadhifikbarw/airtable-ofetch/commit/efa42d3)) + +### 📖 Documentation + +- Add badges ([6ef5a71](https://github.com/nadhifikbarw/airtable-ofetch/commit/6ef5a71)) + +### 🏡 Chore + +- **config:** Migrate config renovate.json ([6eb4344](https://github.com/nadhifikbarw/airtable-ofetch/commit/6eb4344)) + +### 🤖 CI + +- Add renovate ([98a79f5](https://github.com/nadhifikbarw/airtable-ofetch/commit/98a79f5)) + +### ❤️ Contributors + +- Nadhifikbarw ([@nadhifikbarw](http://github.com/nadhifikbarw)) + ## v0.1.1 [compare changes](https://github.com/nadhifikbarw/airtable-ofetch/compare/v0.1.0...v0.1.1) diff --git a/package.json b/package.json index e2f44dc..cae690b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtable-ofetch", - "version": "0.1.1", + "version": "0.1.2", "description": "JS Client for Airtable Web API built on top @unjs/ofetch", "repository": "nadhifikbarw/airtable-ofetch", "license": "MIT",