Skip to content

Commit

Permalink
update package.json version & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Apr 29, 2023
1 parent 2dd90e5 commit 14d6dd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).

## 3.1.0

### New prompts

- Added `japaneseKanjiQuizMachine`
- Added `noteTakingAssistant`
- Added `languageLiteraryCritic`
- Added `cheapTravelTicketAdvisor`

## 3.0.0

- Updated `chatgpt` dependncy to `5.1.2`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-prompts",
"version": "3.0.0",
"version": "3.1.0",
"description": "A NodeJS ChatGPT prompts library",
"type": "module",
"source": "./src/index.ts",
Expand Down

0 comments on commit 14d6dd9

Please sign in to comment.