Skip to content

Commit a093430

Browse files
chore(main): release 1.1.0 (#3)
🤖 I have created a release *beep* *boop* --- ## 1.1.0 (2026-02-02) ### Features * Bob CLI ([060d9d2](060d9d2)) * Initial cleanups ([#2](#2)) ([6e26f23](6e26f23)) ### Bug Fixes * Match HiBob API field names for timeoff display ([#6](#6)) ([ca2c8cb](ca2c8cb)) * Update install instructions after release ([#4](#4)) ([1f05f87](1f05f87)) ### Miscellaneous Chores * Release 1.1.0 ([24f0f94](24f0f94)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 24f0f94 commit a093430

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2026-02-02)
4+
5+
6+
### Features
7+
8+
* Bob CLI ([060d9d2](https://github.com/Doist/bob-cli/commit/060d9d25e533b22a0c633d28fe1220d317fe962c))
9+
* Initial cleanups ([#2](https://github.com/Doist/bob-cli/issues/2)) ([6e26f23](https://github.com/Doist/bob-cli/commit/6e26f23883519e9a5430afda02a458d41e657848))
10+
11+
12+
### Bug Fixes
13+
14+
* Match HiBob API field names for timeoff display ([#6](https://github.com/Doist/bob-cli/issues/6)) ([ca2c8cb](https://github.com/Doist/bob-cli/commit/ca2c8cb2685297e87e21dbd9825cc978274c3e8e))
15+
* Update install instructions after release ([#4](https://github.com/Doist/bob-cli/issues/4)) ([1f05f87](https://github.com/Doist/bob-cli/commit/1f05f873b65c95782290568a8a8558ceb0d46847))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* Release 1.1.0 ([24f0f94](https://github.com/Doist/bob-cli/commit/24f0f944a93fb81967aa323006801d9d4474705c))
21+
322
## [1.0.0] - 2026-02-02
423

524
- Initial release.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/bob-cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "HiBob CLI",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)