From 787d84f6f3640157dc46d95f68c6df0ac7230452 Mon Sep 17 00:00:00 2001 From: Ade Reksi Susanto Date: Mon, 22 Feb 2021 03:00:26 +0700 Subject: [PATCH] Update version 0.0.5 - Fixed Bugs Links --- CHANGELOG.md | 12 ++++++++---- README.md | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d5d48..e9686f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All notable changes to the "codeigniter4-snippets" extension will be documented in this file. -Check [Keep a Changelog](https://github.com/adereksisusanto/codeigniter4-snippets/releases/tag/0.0.4) for recommendations on how to structure this file. +Check [Keep a Changelog](https://github.com/adereksisusanto/codeigniter4-snippets/releases/tag/0.0.5) for recommendations on how to structure this file. + +## [Released - 0.0.5] + +- #### Fixed Bugs Links. ## [Released - 0.0.4] - #### Fixed Bugs. -- #### Change Command ( [read](https://github.com/adereksisusanto/codeigniter4-snippets/docs/CHANGE.md) ). +- #### Change Command ( [read](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/CHANGE.md) ). - #### Add Docs. - - ##### [Routes](https://github.com/adereksisusanto/codeigniter4-snippets/docs/ROUTES.md) - - ##### [Views](https://github.com/adereksisusanto/codeigniter4-snippets/docs/VIEWS.md) + - ##### [Routes](hhttps://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/ROUTES.md) + - ##### [Views](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/VIEWS.md) - #### Add New Snippets {`[ProjectRoot]/app/Views/**.php`} diff --git a/README.md b/README.md index 42056a4..2c3f773 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ $routes->environment('development' , function($routes) @@ -132,7 +132,7 @@ $routes->environment('development' , function($routes) diff --git a/package.json b/package.json index e454c1b..58a1c73 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "CodeIgniter4 Snippets for Visual Studio Code", "icon": "ci4.png", "publisher": "adereksisusanto", - "version": "0.0.4", + "version": "0.0.5", "engines": { "vscode": "^1.53.0" },
-[More..](https://github.com/adereksisusanto/codeigniter4-snippets/docs/ROUTES.md) +[More..](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/ROUTES.md)
-[More..](https://github.com/adereksisusanto/codeigniter4-snippets/docs/VIEWS.md) +[More..](https://github.com/adereksisusanto/codeigniter4-snippets/blob/main/docs/VIEWS.md)