Skip to content

Commit e2bb587

Browse files
committedJul 21, 2023
Release v0.2.0
1 parent ba71e1f commit e2bb587

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @api2ai/core
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Exclude cjs build
8+
39
## 0.1.2
410

511
### Patch Changes

‎core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api2ai/core",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.