diff --git a/CHANGELOG.md b/CHANGELOG.md index 39dfaa6..3b769f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/marcelovicentegc/django-react-typescript/compare/v1.0.0...v1.0.1) (2024-07-14) + + +### Bug Fixes + +* export subscriber and publication models ([7874f48](https://github.com/marcelovicentegc/django-react-typescript/commit/7874f48ae6653eb3dddd187f05076af4824e16d1)) + # 1.0.0 (2024-06-25) diff --git a/package.json b/package.json index c25782d..aa65c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-react-typescript", - "version": "0.1.0", + "version": "1.0.1", "private": true, "description": "This is an non-opinionated Django + React boilerplate built with great development experience and easy deployment in mind.", "scripts": {