From c8c5b733d65c5da1b478209898df53a7a59b7999 Mon Sep 17 00:00:00 2001 From: vacas5 Date: Thu, 13 Jun 2024 16:18:35 -0500 Subject: [PATCH] chore: package json version Update the package json version to make it clear we are using semantic release and not to worry about it. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 565e439..74aef9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-source-unsplash", - "version": "1.0.3", + "version": "0.0.0-semantically-released", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gatsby-source-unsplash", - "version": "1.0.3", + "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { "axios": "^0.28.0", diff --git a/package.json b/package.json index d70f9c0..e46cad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-unsplash", - "version": "1.0.3", + "version": "0.0.0-semantically-released", "description": "Source plugin for Gatsby to pull in unsplash photos using their API", "main": "index.js", "scripts": {