From 431fba1e1112d085d5cc92878ff801275552fad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 21:38:26 +0000 Subject: [PATCH] chore(release): 1.0.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4631d3..807beac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4](https://github.com/skyra-project/star-wars-api/compare/v1.0.3...v1.0.4) (2021-07-23) + + +### Bug Fixes + +* **species:** add sarlacc species ([7a5e9f9](https://github.com/skyra-project/star-wars-api/commit/7a5e9f97f8894cc2ba36148f45cb92791c348125)) +* **species:** make droids lifespan null as Infinity doesn't parse ([012df40](https://github.com/skyra-project/star-wars-api/commit/012df402d893b24dc14ebfe142a20226d5cefaa1)) +* **types:** specify scalar type for Long and DateTime ([d1d1df9](https://github.com/skyra-project/star-wars-api/commit/d1d1df9c0347ea576b4162503c429735353c7d3c)) + ### [1.0.3](https://github.com/skyra-project/star-wars-api/compare/v1.0.2...v1.0.3) (2021-07-15) diff --git a/package.json b/package.json index d7e0234..71d6613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skyra/star-wars-api", - "version": "1.0.3", + "version": "1.0.4", "description": "Star Wars GraphQL API", "author": "@skyra", "license": "MIT",