Skip to content

Commit 7d876e3

Browse files
chore(release): 3.1.4 [skip ci]
## [3.1.4](v3.1.3...v3.1.4) (2022-08-17) ### Bug Fixes * **import:** rate limit fix for imports ([d9a9282](d9a9282))
1 parent d9a9282 commit 7d876e3

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.4](https://github.com/gavinr/github-csv-tools/compare/v3.1.3...v3.1.4) (2022-08-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **import:** rate limit fix for imports ([d9a9282](https://github.com/gavinr/github-csv-tools/commit/d9a9282ad0bff7817f07668acda5e36939fe3ffd))
7+
18
## [3.1.3](https://github.com/gavinr/github-csv-tools/compare/v3.1.2...v3.1.3) (2021-10-29)
29

310

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-csv-tools",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Tools to import and export, via CSV, from GitHub.",
55
"main": "index.js",
66
"scripts": {
@@ -57,4 +57,4 @@
5757
"@semantic-release/git"
5858
]
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)