From 4695e212fa4f31389fad07a605c54f711486aa49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 21:28:35 +0000 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fc056..e4631d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3](https://github.com/skyra-project/star-wars-api/compare/v1.0.2...v1.0.3) (2021-07-15) + + +### Bug Fixes + +* add data for Aleen Minor ([b6d5eda](https://github.com/skyra-project/star-wars-api/commit/b6d5eda8c6cbca6317347278761896f1a5bd4d5b)) +* fixed homeworlds for some species ([f139159](https://github.com/skyra-project/star-wars-api/commit/f1391596b11b9cdd826da1dda64e0b5d3ed03ca7)) +* fixed spelling of wookiee ([f939fc9](https://github.com/skyra-project/star-wars-api/commit/f939fc98490ebb5e019f29935464a2b0eb80bc3e)) +* set birthYaer to `null` for when it is unknown ([df977fd](https://github.com/skyra-project/star-wars-api/commit/df977fdde419b44451a86095c3ead4a693b4f8d4)) + ### [1.0.2](https://github.com/skyra-project/star-wars-api/compare/v1.0.1...v1.0.2) (2021-07-15) diff --git a/package.json b/package.json index 7a6ad80..e8bb390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/star-wars-api", - "version": "1.0.2", + "version": "1.0.3", "description": "Star Wars GraphQL API", "author": "@skyra", "license": "MIT",