diff --git a/CHANGELOG.md b/CHANGELOG.md index cbcb97b..34c9e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.3.0 + + +### 🚀 Enhancements + +- Models api ([6b51c07](https://github.com/plutotcool/vue-freecaster/commit/6b51c07)) + +### ❤️ Contributors + +- Julien Dargelos + ## v1.2.1 diff --git a/package.json b/package.json index c6b810c..7e1a576 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/plutotcool/vue-freecaster#readme", "bugs": "https://github.com/plutotcool/vue-freecaster/issues", "author": "Julien Dargelos ", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "type": "module", "main": "dist/index.cjs",