Skip to content

Commit

Permalink
chore(version): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 3, 2023
1 parent b34e580 commit 54967f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.3.1](https://github.com/badele/cfwf/compare/0.3.0..0.3.1) - 2023-12-03
#### Bug Fixes
- big title size alignment, issue #20 - ([ec604f3](https://github.com/badele/cfwf/commit/ec604f3d34e0cc60160154e429fc1e57d59c95b2)) - [@badele](https://github.com/badele)
#### Continuous Integration
- fix workflow yaml file - ([896ff54](https://github.com/badele/cfwf/commit/896ff54eda0c15dc888b528302df4775c3e08b9a)) - [@badele](https://github.com/badele)
- update releasing method - ([fe75170](https://github.com/badele/cfwf/commit/fe751704ca715940a45add27b82413893c1c5a0f)) - [@badele](https://github.com/badele)
#### Miscellaneous Chores
- update version and docs for 0.3.0 version - ([c7e58e8](https://github.com/badele/cfwf/commit/c7e58e8b711ee4724fcc3e08c38f6db052b1d63e)) - github-actions

- - -

## [0.3.0](https://github.com/badele/cfwf/compare/0.2.0..0.3.0) - 2023-12-02
#### Features
- Add wrapping description text - ([51cd16b](https://github.com/badele/cfwf/commit/51cd16b53a2fdca9aaa703e1facf3d8e1093177d)) - [@badele](https://github.com/badele)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tabular data.

```shell
curl -fsSL https://deno.land/x/install/install.sh | sh
deno install -A -fn cfwf https://deno.land/x/cfwf@0.3.0/mod.ts
deno install -A -fn cfwf https://deno.land/x/cfwf@0.3.1/mod.ts
```

## Usage
Expand All @@ -37,7 +37,7 @@ deno install -A -fn cfwf https://deno.land/x/cfwf@0.3.0/mod.ts

```text
Usage: cfwf convert --input <intput> --output <output>
Version: 0.3.0
Version: 0.3.1
Description:
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.3.0";
export const version = "0.3.1";

0 comments on commit 54967f0

Please sign in to comment.