Skip to content

Commit

Permalink
chore: release 1.0.0 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 15, 2022
1 parent 3c113db commit 43992cf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "1.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.0.0](https://github.com/npm/promzard/compare/v0.3.0...v1.0.0) (2022-12-15)

### ⚠️ BREAKING CHANGES

* refactor module
- all async interfaces are promise only and no longer accept a callback
- the `PromZard` class is no longer an event emitter
- the `load` method must be manually called after creating a class

### Features

* [`d37e442`](https://github.com/npm/promzard/commit/d37e4422075eda27a3951e8ab2f3d9f4f265a122) refactor (@lukekarrys)

### Bug Fixes

* [`3c113db`](https://github.com/npm/promzard/commit/3c113db7a1ce0f8787ec0bc98bc3b1353eeaf109) [#38](https://github.com/npm/promzard/pull/38) 100 test coverage (#38) (@lukekarrys)

### Dependencies

* [`9f2b9aa`](https://github.com/npm/promzard/commit/9f2b9aaa058472b61e4538cb4e0866b3ebfd48ff) `read@2.0.0`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "GitHub Inc.",
"name": "promzard",
"description": "prompting wizardly",
"version": "0.3.0",
"version": "1.0.0",
"repository": {
"url": "https://github.com/npm/promzard.git",
"type": "git"
Expand Down

0 comments on commit 43992cf

Please sign in to comment.