Skip to content

Commit

Permalink
chore(release): 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Jan 5, 2024
1 parent cb5b173 commit cc24994
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.34.0](https://github.com/f3rno64/track-time-cli/compare/v1.33.1...v1.34.0) (2024-01-05)


### Bug Fixes

* new linter errors raised by eslint-plugin-mocha ([dd9bc7c](https://github.com/f3rno64/track-time-cli/commit/dd9bc7cf58e3b784d719ec3056fcde9b54a586db))
* skip color tests if in CI, closes [#2](https://github.com/f3rno64/track-time-cli/issues/2) ([8fadb6d](https://github.com/f3rno64/track-time-cli/commit/8fadb6defdc9c344df67a7443bd71cd1657973da))

### [1.33.1](https://github.com/f3rno64/track-time-cli/compare/v1.33.0...v1.33.1) (2024-01-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "track-time-cli",
"version": "1.33.1",
"version": "1.34.0",
"description": "A CLI utility for tracking tasks in time sheets, inspired by timetrap.",
"main": "./dist/cli.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit cc24994

Please sign in to comment.