From a894300f01df88564bad0d2b6ebb6c896e4f905f Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 11 Jun 2023 16:36:22 +0300 Subject: [PATCH] chore(master): release 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9d879..5d938f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.0.1...v1.0.2) (2023-06-11) + + +### Documentation + +* add usage examples ([89ecfa9](https://github.com/wayofdev/laravel-symfony-serializer/commit/89ecfa924d99b4665f2aa28b7580a078d13ca1ef)) + ## [1.0.1](https://github.com/wayofdev/laravel-symfony-serializer/compare/v1.0.0...v1.0.1) (2023-06-11) diff --git a/package.json b/package.json index 77f6637..68b3c44 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.1", + "version": "1.0.2", "repository": { "url": "https://github.com/wayofdev/laravel-symfony-serializer.git" }