Skip to content

Commit 0f76246

Browse files
committed
Version bump to 0.1.3 [skip ci]
1 parent 58f9596 commit 0f76246

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.3 (unreleased)
1+
## 0.1.3 (2023-04-25)
22

33
- Added `utils` export
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ And follow the instructions for your database library:
1919
- [Sequelize](#sequelize)
2020
- [node-postgres](#node-postgres)
2121
- [pg-promise](#pg-promise)
22-
- [Prisma](#prisma) [unreleased]
22+
- [Prisma](#prisma)
2323

2424
## Sequelize
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgvector",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "pgvector support for Node.js",
55
"homepage": "https://github.com/pgvector/pgvector-node",
66
"license": "MIT",

0 commit comments

Comments
 (0)