Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
samiff authored and matticbot committed Feb 26, 2024
1 parent cb5b1d8 commit 2e667fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ 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.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.8.0] - 2024-02-26
### Added
- Add upgrade message for free tier
- Add upgrade message for free tier [#35794]

### Changed
- Updated package dependencies.
- Voice to Content: Add audio analyser to media recording hook
- Voice to Content: Make transcriptions cancelable and add onProcess callback
- Updated package dependencies. [#35793]
- Voice to Content: Add audio analyser to media recording hook [#35877]
- Voice to Content: Make transcriptions cancelable and add onProcess callback [#35737]

## [0.7.0] - 2024-02-19
### Added
Expand Down Expand Up @@ -232,7 +229,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.8.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.7.0...v0.8.0-alpha
[0.8.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.5.1...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@automattic/jetpack-ai-client",
"version": "0.8.0-alpha",
"version": "0.8.0",
"description": "A JS client for consuming Jetpack AI services",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
"bugs": {
Expand Down

0 comments on commit 2e667fa

Please sign in to comment.