Skip to content

Commit c9764bb

Browse files
chore(main): release 2.0.1 (#12)
1 parent 8f070ba commit c9764bb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/rubyists/linear-cli/compare/v2.0.0...v2.0.1) (2025-11-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove unused ci/cd stuff ([#11](https://github.com/rubyists/linear-cli/issues/11)) ([8f070ba](https://github.com/rubyists/linear-cli/commit/8f070ba556873b97ee1d6d2723f82ab1227430b7))
9+
310
## [2.0.0](https://github.com/rubyists/linear-cli/compare/v1.0.0...v2.0.0) (2025-11-03)
411

512

oci/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
source 'https://rubygems.org'
44

55
# x-release-please-start-version
6-
gem 'linear-cli', '= 2.0.0'
6+
gem 'linear-cli', '= 2.0.1'
77
# x-release-please-end

0 commit comments

Comments
 (0)