From 4024988fa821145a0a9aef031821d4d22937c74d Mon Sep 17 00:00:00 2001 From: ScottAgirs Date: Thu, 29 Oct 2020 18:46:55 -0400 Subject: [PATCH] [version + changelog] Signed-off-by: ScottAgirs --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb71d32..c0ae104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.0] - 2020-10-29 + +### ADDED + +- JavaScript `Image />` snippets (@ScottAgirs) + ## [1.5.0] - 2020-10-21 ### ADDED diff --git a/package.json b/package.json index 04c21e7..035a5f9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Next.js React Snippets by iJS", "description": "React Snippets (ES6) tailored for Next.js apps", "publisher": "iJS", - "version": "1.5.0", + "version": "1.6.0", "repository": { "type": "git", "url": "https://github.com/ijsto/reactnextjssnippets"