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 19, 2024
1 parent ee4cd2f commit 4134df2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ 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.7.0-alpha] - unreleased

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

## [0.7.0] - 2024-02-19
### Added
- AI Client: add support for audio transcriptions.
- AI Client: add support for transcription post-processing.
- AI Client: add support for audio transcriptions. [#35691]
- AI Client: add support for transcription post-processing. [#35734]

### Changed
- AI Client: Update voice to content feature
- Make build usable in projects using tsc with `moduleResolution` set to 'nodenext'.
- Voice to Content: Add states and refactor duration calculation
- AI Client: Update voice to content feature [#35698]
- Make build usable in projects using tsc with `moduleResolution` set to 'nodenext'. [#35453]
- Voice to Content: Add states and refactor duration calculation [#35717]

## [0.6.1] - 2024-02-13
### Changed
Expand Down Expand Up @@ -223,7 +220,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.7.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.6.1...v0.7.0-alpha
[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
[0.5.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.5.0...v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0-alpha",
"version": "0.7.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 Expand Up @@ -39,7 +39,7 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.17",
"@automattic/jetpack-connection": "^0.32.2-alpha",
"@automattic/jetpack-connection": "^0.32.2",
"@automattic/jetpack-shared-extension-utils": "^0.14.2",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.2.33",
Expand Down

0 comments on commit 4134df2

Please sign in to comment.