From a39eced8b97240c714c3b241df5916d906670771 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Nov 2021 20:07:55 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [my-gatsby-site-v1.1.0](https://github.com/snek-at/jaen/compare/my-gatsby-site-v1.0.0...my-gatsby-site-v1.1.0) (2021-11-22) ### Features * **jaen-pages:** switch from ipfs to osg ([3e9df13](https://github.com/snek-at/jaen/commit/3e9df13598944ad546aa36b2a52594c4d900478f)) --- examples/my-gatsby-site/CHANGELOG.md | 7 +++++++ examples/my-gatsby-site/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/my-gatsby-site/CHANGELOG.md b/examples/my-gatsby-site/CHANGELOG.md index 98d8a987..4ba4f575 100644 --- a/examples/my-gatsby-site/CHANGELOG.md +++ b/examples/my-gatsby-site/CHANGELOG.md @@ -1,3 +1,10 @@ +# [my-gatsby-site-v1.1.0](https://github.com/snek-at/jaen/compare/my-gatsby-site-v1.0.0...my-gatsby-site-v1.1.0) (2021-11-22) + + +### Features + +* **jaen-pages:** switch from ipfs to osg ([3e9df13](https://github.com/snek-at/jaen/commit/3e9df13598944ad546aa36b2a52594c4d900478f)) + # my-gatsby-site-v1.0.0 (2021-09-27) diff --git a/examples/my-gatsby-site/package.json b/examples/my-gatsby-site/package.json index 99c8604f..72010431 100644 --- a/examples/my-gatsby-site/package.json +++ b/examples/my-gatsby-site/package.json @@ -1,6 +1,6 @@ { "name": "my-gatsby-site", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "My Gatsby Site", "author": "Nico Schett",