Skip to content

Commit

Permalink
Fix dual package approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 24, 2024
1 parent 7f16ca9 commit cb67fa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: npm install
- name: Build
run: ./bin/build
- name: Remove Type
run: npm pkg delete type
- name: Publish
uses: JS-DevTools/npm-publish@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See this http://keepachangelog.com link for information on how we want this document formatted.

## v1.5.1, v1.5.2
## v1.5.1, v1.5.2, v1.5.3

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "experts",
"version": "1.5.2",
"version": "1.5.3",
"description": "An opinionated panel of experts implementation using OpenAI's Assistants API",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit cb67fa8

Please sign in to comment.