Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Aug 26, 2022
1 parent 861b358 commit 08ee4c6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### v1.0.0 (2022-08-26)
<a id="v1.0.0"></a>
#### 🚀 New Features

* [`2aaf55b`](https://github.com/groupon/gh-bulk-pr/commit/2aaf55b6f10b0d58903ffa48ac4a3520b9003c77) feat: initial version

#### 🏡 Internal

* [#1](https://github.com/groupon/gh-bulk-pr/pull/1) publish ([@dbushong](https://github.com/dbushong))
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fgh--bulk--pr%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/gh-bulk-pr/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D14-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.0.0-blue?logo=version&logoColor=white)
# GitHub CLI "bulk-pr" Extension

## Requirements
Expand Down
4 changes: 2 additions & 2 deletions 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": "gh-bulk-pr",
"version": "0.0.0",
"version": "1.0.0",
"description": "GitHub CLI bulk-pr extension",
"private": true,
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 08ee4c6

Please sign in to comment.