From 037fced5e0ae6aec49af283dc584c6bf220d2885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 03:18:05 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700e688..e866c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/skyra-project/star-wars-api/compare/v1.0.0...v1.0.1) (2021-07-10) + + +### Bug Fixes + +* mark package as side effect free ([cd253a3](https://github.com/skyra-project/star-wars-api/commit/cd253a341f33baf8e6e83f6e875fa948c1d0ac14)) +* **readme:** update ghcr npm url ([a46c71f](https://github.com/skyra-project/star-wars-api/commit/a46c71fd2a742d6c2c50d2607f116b2f3cfc0872)) + ## 1.0.0 (2021-07-10) ### Features diff --git a/package.json b/package.json index d77263e..0b473a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/star-wars-api", - "version": "1.0.0", + "version": "1.0.1", "description": "Star Wars GraphQL API", "author": "@skyra", "license": "MIT",