Skip to content

Commit

Permalink
chore(release): 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Sep 15, 2023
1 parent f739ae6 commit 9c50013
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [8.3.2](https://github.com/DCsunset/task.json-cli/compare/v8.3.1...v8.3.2) (2023-09-15)


### Bug Fixes

* bump versions of dependencies to fix openpgp import issue ([f739ae6](https://github.com/DCsunset/task.json-cli/commit/f739ae64a998d6bfaa817c02222bc4212abbb8d4))


### Misc

* add example usage for interoperability ([64dfb71](https://github.com/DCsunset/task.json-cli/commit/64dfb71e51e21d4fff108d98b02db291e3b2c859))

## [8.3.1](https://github.com/DCsunset/task.json-cli/compare/v8.3.0...v8.3.1) (2023-08-27)


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": "task.json-cli",
"version": "8.3.1",
"version": "8.3.2",
"description": "Command line todo management app based on task.json format",
"main": "dist/app.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const program = new Command();
program
.name("tj")
.description("Command line todo management app based on task.json format")
.version("v8.3.1");
.version("v8.3.2");

program
.addCommand(lsCmd)
Expand Down

0 comments on commit 9c50013

Please sign in to comment.