Skip to content

Commit a079f2c

Browse files
release: 1.2.1
1 parent ef2fa50 commit a079f2c

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.2.1 (2025-06-27)
4+
5+
Full Changelog: [v1.2.0...v1.2.1](https://github.com/GRID-is/api-sdk-ts/compare/v1.2.0...v1.2.1)
6+
7+
### Bug Fixes
8+
9+
* **ci:** release-doctor — report correct token name ([ef2fa50](https://github.com/GRID-is/api-sdk-ts/commit/ef2fa505309c459eff5c323b714f40d1d109894b))
10+
11+
12+
### Refactors
13+
14+
* **types:** replace Record with mapped types ([aea9777](https://github.com/GRID-is/api-sdk-ts/commit/aea97777e3a4b6e0839e5c7df0f3fa5ff1fea3c8))
15+
316
## 1.2.0 (2025-06-21)
417

518
Full Changelog: [v1.1.3...v1.2.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.3...v1.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grid-is/api",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The official TypeScript library for the Grid API",
55
"author": "Grid <info@grid.is>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.0'; // x-release-please-version
1+
export const VERSION = '1.2.1'; // x-release-please-version

0 commit comments

Comments
 (0)