Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wesleytodd committed Jan 3, 2024
1 parent 1036e11 commit e326b73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/wesleytodd/opta/compare/v1.0.2...v1.1.0) (2024-01-03)


### Features

* added promptModule test helper ([1ed108f](https://github.com/wesleytodd/opta/commit/1ed108f5341edc32e6ba822dcded9b1665375265))


### Bug Fixes

* **test:** added test to check for inquirer import ([27e4ed5](https://github.com/wesleytodd/opta/commit/27e4ed5e7f9002b6ecb8f54014551ff83306dd1a))

## [1.0.2](https://github.com/wesleytodd/opta/compare/v1.0.1...v1.0.2) (2023-10-17)


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": "opta",
"version": "1.0.2",
"version": "1.1.0",
"description": "Collect user input from cli flags, interactive prompts, and js input.",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit e326b73

Please sign in to comment.