Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent e77e339 commit ed2e785
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/five-queens-tan.md

This file was deleted.

6 changes: 6 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# js-tiktoken

## 1.0.13

### Patch Changes

- 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-tiktoken",
"version": "1.0.12",
"version": "1.0.13",
"description": "JavaScript port of tiktoken",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tiktoken

## 1.0.16

### Patch Changes

- 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large

## 1.0.15

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions wasm/alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dqbd/tiktoken

## 1.0.16

### Patch Changes

- 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion wasm/alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dqbd/tiktoken",
"version": "1.0.15",
"version": "1.0.16",
"repository": {
"type": "git",
"url": "https://github.com/dqbd/tiktoken"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiktoken",
"version": "1.0.15",
"version": "1.0.16",
"description": "JS/WASM bindings for tiktoken",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit ed2e785

Please sign in to comment.