Skip to content

Commit f34d60b

Browse files
authored
chore(release): v0.5.23 (#261)
1 parent f4ac6bb commit f34d60b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Unreleased
44

5-
- fix(fetchMap): Add tag-mapId to requests (#255)
6-
75
## 0.5
86

7+
### 0.5.23
8+
9+
- fix(fetchMap): Add tag-mapId to requests (#255)
10+
- chore(fetch-map): expose fillInMapDatasets and fillInTileStats as private (#254)
11+
912
### 0.5.22
1013

1114
- fix(parseMap): Fix scale info for custom & logarithmic scales (#251)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/CartoDB/carto-api-client#readme",
99
"author": "Don McCurdy <donmccurdy@carto.com>",
1010
"packageManager": "yarn@4.3.1",
11-
"version": "0.5.23-alpha.audit-tags.0",
11+
"version": "0.5.23",
1212
"license": "MIT",
1313
"publishConfig": {
1414
"access": "public"
@@ -130,6 +130,5 @@
130130
"resolutions": {
131131
"@carto/api-client": "portal:./",
132132
"rollup": "^4.20.0"
133-
},
134-
"stableVersion": "0.5.22"
133+
}
135134
}

0 commit comments

Comments
 (0)