Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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"
  • Loading branch information
semantic-release-bot committed Feb 8, 2021
1 parent e1f5126 commit e62738c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion 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": "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": {
Expand Down

0 comments on commit e62738c

Please sign in to comment.