From d83a358d9f097ba80a5e99fc423d3ecb78fe0ad5 Mon Sep 17 00:00:00 2001 From: Michael Neeley Date: Thu, 19 May 2022 13:52:30 -0400 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65532d0..1822172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [0.0.10](https://github.com/apollosproject/cli/compare/v0.0.9...v0.0.10) (2022-05-19) + ## [0.0.9](https://github.com/apollosproject/cli/compare/v0.0.8...v0.0.9) (2022-05-19) ## [0.0.8](https://github.com/apollosproject/cli/compare/v0.0.7...v0.0.8) (2022-05-19) diff --git a/package.json b/package.json index 2c27266..10d4a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollosproject/cli", - "version": "0.0.9", + "version": "0.0.10", "repository": "github:apollosproject/cli", "description": "", "type": "module",