From e157d3d636667ea3825a2d546d81dbc25ed3a137 Mon Sep 17 00:00:00 2001 From: raurir Date: Mon, 18 May 2020 14:25:53 +1000 Subject: [PATCH] commit for 3.0.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01263d4..b9fe9ba 100644 --- a/README.md +++ b/README.md @@ -174,3 +174,7 @@ The types of files in the root `publicFolder` to be copied to the asset director ]; } ``` + +# DEPLOY + +Update version in package.json then release via github releases with same tag #! diff --git a/package.json b/package.json index db13e3c..83d9aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-asset-path", - "version": "2.0.2", + "version": "3.0.1", "description": "Gatsby plugin that copies JS and CSS files and static folder to a custom folder", "main": "index.js", "scripts": {