commit e62738cdcc4812d4e18fac8930019a7ff1353b79
parent e1f512694832833a792c05e5dd0c851001cc3b1f
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 8 Feb 2021 02:23:00 +0000
chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/gavinr/github-csv-tools/compare/v2.1.0...v3.0.0) (2021-02-08)
### Features
* **export:** Import with "body" instead of "description" ([e1f5126](https://github.com/gavinr/github-csv-tools/commit/e1f512694832833a792c05e5dd0c851001cc3b1f))
### BREAKING CHANGES
* **export:** Import with "body" instead of "description"
Diffstat:
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [3.0.0](https://github.com/gavinr/github-csv-tools/compare/v2.1.0...v3.0.0) (2021-02-08)
+
+
+### Features
+
+* **export:** Import with "body" instead of "description" ([e1f5126](https://github.com/gavinr/github-csv-tools/commit/e1f512694832833a792c05e5dd0c851001cc3b1f))
+
+
+### BREAKING CHANGES
+
+* **export:** Import with "body" instead of "description"
+
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
diff --git a/package-lock.json b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "2.1.0",
+ "version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "0.0.0-development",
+ "version": "3.0.0",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {