diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4e536..6679d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ # +## v0.0.72 + +[compare changes](https://github.com/figureland/toolkit/compare/v0.0.71...v0.0.72) + +### 🩹 Fixes + +- Typo in docs ([ca9b0f4](https://github.com/figureland/toolkit/commit/ca9b0f4)) + +### 📖 Documentation + +- Added badges ([26adb08](https://github.com/figureland/toolkit/commit/26adb08)) + +### 🏡 Chore + +- Bump dependency ([943d290](https://github.com/figureland/toolkit/commit/943d290)) + +### ❤️ Contributors + +- Toby Milner-Gulland + ## v0.0.71 [compare changes](https://github.com/figureland/toolkit/compare/v0.0.70...v0.0.71) diff --git a/package.json b/package.json index 79c1f18..6a88b3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@figureland/toolkit", - "version": "0.0.71", + "version": "0.0.72", "main": "dist/src/index.js", "types": "dist/index.d.ts", "type": "module",