From 18968bbc7775083830c975fa18b7fa81ceadc38a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Jul 2022 14:39:16 -0500 Subject: [PATCH] chore(main): release 0.1.1 (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/noko_cli/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..bb5fdd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.1 (2022-07-03) + + +### Miscellaneous + +* Add release-please config ([6d26c03](https://github.com/JuanVqz/noko_cli/commit/6d26c0368e3529b850f350e0ea42ac1e5beca4d9)) diff --git a/Gemfile.lock b/Gemfile.lock index cb7c59b..9935d07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - noko_cli (0.1.0) + noko_cli (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/noko_cli/version.rb b/lib/noko_cli/version.rb index bbee09c..d89b8d7 100644 --- a/lib/noko_cli/version.rb +++ b/lib/noko_cli/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NokoCli - VERSION = "0.1.0" + VERSION = "0.1.1" end