Skip to content

Commit b97b879

Browse files
feat(pkg): add changeset
1 parent fbf4b33 commit b97b879

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

apps/playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# playground
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- splitwise-ts@1.1.3

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A playground for testing Splitwise TypeScript SDK",
55
"keywords": [],
66
"author": "",

packages/splitwise-ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# splitwise-ts
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Updated the spec file to reflect the latest documentation.
8+
39
## 1.1.2
410

511
### Patch Changes

packages/splitwise-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splitwise-ts",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A typed, fast, flexible SDK for Splitwise written in TypeScript",
55
"main": "dist/index.mjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)