Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
velomovies committed Dec 15, 2023
1 parent c271fab commit b3f98e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2023-12-15
### Fixed
- Use easier prompt for generating text

## [1.1.0] - 2023-12-15
### Fixed
- Ability to use chat GPT in structured text field
Expand All @@ -26,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Make sure fields are saved with an unique item id and field id

[1.1.1]: https://github.com/voorhoede/datocms-plugin-chat-gpt/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/voorhoede/datocms-plugin-chat-gpt/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/voorhoede/datocms-plugin-chat-gpt/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/voorhoede/datocms-plugin-chat-gpt/compare/v1.0.1...v1.0.2
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,7 +1,7 @@
{
"name": "datocms-plugin-chat-gpt-ai-content-generator",
"homepage": "https://github.com/voorhoede/datocms-plugin-chat-gpt",
"version": "1.1.0",
"version": "1.1.1",
"description": "AI assistant to quickly generate realistic content based on keywords using ChatGPT v3 (OpenAI).",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit b3f98e9

Please sign in to comment.