Skip to content

Commit bfec64f

Browse files
committed
changelog
1 parent bd752b3 commit bfec64f

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @code.store/arcxp-sdk-ts
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- ESM + CJS, refactor structure, regenerate types, section utils
8+
39
## 4.49.1
410

511
### Patch Changes

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code.store/arcxp-sdk-ts",
3-
"version": "5.0.0-beta",
3+
"version": "5.0.0",
44
"description": "A strongly typed set of ArcXP API's and utilities reduce the amount of work required to develop with ArcXP, starting with reducing the boilerplate code you have to write.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -20,7 +20,9 @@
2020
"url": "https://github.com/code-store-platform/arcxp-sdk-ts"
2121
},
2222
"homepage": "https://github.com/code-store-platform/arcxp-sdk-ts",
23-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
2426
"scripts": {
2527
"build": "tsc --noEmit && rollup -c",
2628
"format": "npx @biomejs/biome format --write .",
@@ -31,7 +33,11 @@
3133
"gen:ts": "npx tsx ./src/scripts/json-schema-to-ts.ts",
3234
"cs": "npx changeset && npx changeset version"
3335
},
34-
"keywords": ["ArcXP", "SDK", "Code.Store"],
36+
"keywords": [
37+
"ArcXP",
38+
"SDK",
39+
"Code.Store"
40+
],
3541
"author": "code.store",
3642
"license": "MIT",
3743
"dependencies": {

0 commit comments

Comments
 (0)