From f5d69f392076c9b8932a04565f86f49512328a3d Mon Sep 17 00:00:00 2001 From: pratik kuikel <35728183+pratikkuikel@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:41:25 +0545 Subject: [PATCH] sets release version to 1.0.0 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- composer.json | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0a628..5cc2d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ # Changelog -All notable changes to `wasabi` will be documented in this file. +## [1.0.0] - 2024-01-10 +- Features + - Initial release of Wasabi! 🚀 +- Other Changes + - Created the foundational structure of the package. + - Set up basic configurations. diff --git a/README.md b/README.md index a3d68cb..2cc82d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/pratikkuikel/wasabi/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/pratikkuikel/wasabi/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/pratikkuikel/wasabi.svg?style=flat-square)](https://packagist.org/packages/pratikkuikel/wasabi) -This package converts the level one json field attributes to the attributes of the model whenever the data is retrieved from the database using eloquent. It works only on retrieval. +This package converts the level one json column keys to the attributes of the model whenever the data is retrieved from the database using eloquent. It works only on retrieval. ## Installation diff --git a/composer.json b/composer.json index 571aa23..0a9f6d9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "pratikkuikel/wasabi", - "description": "This is my package wasabi", + "version": "1.0.0", + "description": "Laravel Json column keys to model attributes", "keywords": [ "pratikkuikel", "laravel",