Skip to content

Commit e62738c

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.0...v3.0.0) (2021-02-08) ### Features * **export:** Import with "body" instead of "description" ([e1f5126](e1f5126)) ### BREAKING CHANGES * **export:** Import with "body" instead of "description"
1 parent e1f5126 commit e62738c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/gavinr/github-csv-tools/compare/v2.1.0...v3.0.0) (2021-02-08)
2+
3+
4+
### Features
5+
6+
* **export:** Import with "body" instead of "description" ([e1f5126](https://github.com/gavinr/github-csv-tools/commit/e1f512694832833a792c05e5dd0c851001cc3b1f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **export:** Import with "body" instead of "description"
12+
113
# Change Log
214
All notable changes to this project will be documented in this file.
315
This project adheres to [Semantic Versioning](http://semver.org/).

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "github-csv-tools",
3-
"version": "0.0.0-development",
3+
"version": "3.0.0",
44
"description": "Tools to import and export, via CSV, from GitHub.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)