Skip to content

Commit ec4f6a8

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.8...v3.2.0) (2023-03-31) ### Features * option "--csvDelimiter <delimiter>" ([#86](#86)) ([87c8616](87c8616))
1 parent 87c8616 commit ec4f6a8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/gavinr/github-csv-tools/compare/v3.1.8...v3.2.0) (2023-03-31)
2+
3+
4+
### Features
5+
6+
* option "--csvDelimiter <delimiter>" ([#86](https://github.com/gavinr/github-csv-tools/issues/86)) ([87c8616](https://github.com/gavinr/github-csv-tools/commit/87c86168e998b11136c77b75c8630c3e7fdddfa7))
7+
18
## [3.1.8](https://github.com/gavinr/github-csv-tools/compare/v3.1.7...v3.1.8) (2023-03-30)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-csv-tools",
3-
"version": "3.1.8",
3+
"version": "3.2.0",
44
"description": "Tools to import and export, via CSV, from GitHub.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)