Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Mar 19, 2023
1 parent c2051e1 commit 6683404
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

## v0.2.0 (2023-03-18)

#### :boom: Breaking Change
* [#4](https://github.com/bmish/gpt-emoji/pull/4) Move `getEmojis()` parameter `count` to options object ([@bmish](https://github.com/bmish))

#### :rocket: Enhancement
* [#5](https://github.com/bmish/gpt-emoji/pull/5) Support `getEmojis()` with multiple input strings, switch to `gpt-3.5-turbo` ([@bmish](https://github.com/bmish))

#### Committers: 1
- Bryan Mishkin ([@bmish](https://github.com/bmish))


## v0.1.1 (2023-03-17)

* Fix export path
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": "gpt-emoji",
"version": "0.1.1",
"version": "0.2.0",
"description": "Get the emoji(s) that best represent the given text/concept.",
"keywords": [
"emoji",
Expand Down

0 comments on commit 6683404

Please sign in to comment.