Releases: pacholoamit/chatgpt-prompts
Releases · pacholoamit/chatgpt-prompts
v3.1.0
V3.1.0 Release Notes 🎉
- Update dependencies
New prompts
- Added
japaneseKanjiQuizMachine
- Added
noteTakingAssistant
- Added
languageLiteraryCritic
- Added
cheapTravelTicketAdvisor
What's Changed
- Bump tsup from 6.6.3 to 6.7.0 by @dependabot in #34
- Bump rimraf from 4.3.1 to 4.4.1 by @dependabot in #38
- Bump @types/node from 18.15.1 to 18.15.10 by @dependabot in #37
- Bump @types/node from 18.15.10 to 18.16.0 by @dependabot in #46
- Bump chatgpt from 5.1.2 to 5.2.2 by @dependabot in #41
- Bump @types/lodash from 4.14.191 to 4.14.194 by @dependabot in #45
- Add 4 new prompts by @pacholoamit in #47
Full Changelog: 3.0.0...3.1.0
v3.0.0
V3.0.0 Release Notes 🎉
- Updated
chatgpt
dependncy to5.1.2
- Created
local
directory inexamples
for local development & testing
New prompts
- Added
gomokuPlayer
- Added
proofreader
- Added
buddha
- Added
muslimImam
- Added
chemicalReactor
- Added
friend
- Added
chatgptPromptGenerator
- Added
wikipediaPage
What's Changed
- Release v1.2.2 by @pacholoamit in #4
- Bump axios from 1.3.2 to 1.3.3 by @dependabot in #14
- Bump chatgpt from 4.4.1 to 4.7.1 by @dependabot in #13
- Bump axios from 1.3.3 to 1.3.4 by @dependabot in #17
- Bump chatgpt from 4.7.1 to 4.7.2 by @dependabot in #16
- Bump @types/node from 18.13.0 to 18.14.2 by @dependabot in #18
- Bump tsup from 6.5.0 to 6.6.3 by @dependabot in #11
- Bump rimraf from 4.1.2 to 4.3.1 by @dependabot in #19
- Bump @types/node from 18.14.2 to 18.14.6 by @dependabot in #23
- Bump @types/node from 18.14.6 to 18.15.1 by @dependabot in #28
- Bump csv from 6.2.7 to 6.2.8 by @dependabot in #26
- Bump jest from 29.4.3 to 29.5.0 by @dependabot in #20
- Upgrade to v3.0.0 by @pacholoamit in #35
Full Changelog: 2.0.1...3.0.0
v2.0.1
v2.0.0
V2.0.0 Release Notes 🎉
- Improve Generator scripts
- Add test workflow to check
typescript
types - Added jest testing workflow for
chatgpt-prompts
library - Added JSDoc to
createChatGPTPrompt
factory function - Exported
types
- BREAKING: No longer require
ChatGPTAPI
to be passed in tocreateChatGPTPrompt
as a param. Instead pass in the params of theChatGPTAPI
directly
Added Prompts
- Added
technologyTransferer
prompt - Added
spokenEnglishTeacherAndImprover
prompt
What's Changed
- Bump csv from 6.2.6 to 6.2.7 by @dependabot in #7
- Bump chatgpt from 4.1.3 to 4.4.1 by @dependabot in #8
- V2.0.0 by @pacholoamit in #10
Full Changelog: 1.2.2...2.0.0