Skip to content

Commit dbb294f

Browse files
committed
chore(main): release typescript 3.16.1
1 parent f021f13 commit dbb294f

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

clients/typescript/CHANGELOG.md

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

3+
## [3.16.1](https://github.com/phrase/strings-openapi/compare/typescript-v3.16.0...typescript-v3.16.1) (2026-02-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2))
9+
310
## [3.16.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.15.1...typescript-v3.16.0) (2026-02-19)
411

512

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
"!include": shared.yaml
1+
'!include': shared.yaml
22
generatorName: typescript-fetch
33
outputDir: clients/typescript
44
npmName: phrase-js
5-
npmVersion: 3.16.0
5+
npmVersion: 3.16.1
66
typescriptThreePlus: true
77
templateDir: openapi-generator/templates/typescript-fetch
88
repositoryUrl: https://github.com/phrase/phrase-js
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.16.0"
2+
".": "3.16.1"
33
}

0 commit comments

Comments
 (0)