Skip to content

Commit

Permalink
🐛 fix(core): fix version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Sep 20, 2024
1 parent bec16e7 commit 74096c5
Show file tree
Hide file tree
Showing 6 changed files with 1,394 additions and 526 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# smartplant

## 0.1.5

### Patch Changes

- fix version 0.1.4

## 0.1.3

### Patch Changes
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brainvat",
"version": "0.1.4",
"version": "0.1.5",
"description": "Library for crafting and sustaining AI personalities",
"keywords": [
"ia",
Expand Down Expand Up @@ -45,6 +45,7 @@
"dev": "node ./src/bin.js",
"build": "pnpm run --sequential \"/^build:.*/\"",
"build:bins": "node ./.dev/build-bin.mjs",
"test": "vitest run",
"update-version": "changeset && changeset version",
"push-manual": "git add . && git commit -m \"$1\" && git push -f origin main",
"push": "git add . && cz && git push -f origin $@",
Expand Down Expand Up @@ -77,13 +78,14 @@
"eslint-plugin-package-json": "0.12.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-yaml": "0.5.0",
"inquirer": "^8.2.0",
"typescript": "5.6.2"
"typescript": "5.6.2",
"vitest": "^2.1.1"
},
"dependencies": {
"brainvat": "^0.1.4",
"chalk": "5.3.0",
"natural": "8.0.1"
"inquirer": "8.2.0",
"natural": "8.0.1",
"ora": "^8.1.0"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit 74096c5

Please sign in to comment.