Skip to content

Commit b78e330

Browse files
chore(main): release docs-chat 0.1.3 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6698888 commit b78e330

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
## [0.1.3](https://github.com/deepgram/deepgram-kapa-chat/compare/docs-chat-v0.1.2...docs-chat-v0.1.3) (2026-02-17)
44

55

6+
### Bug Fixes
7+
8+
* **ci:** remove registry-url to allow pure OIDC publish, reset to 0.1.2 ([2d9a5f7](https://github.com/deepgram/deepgram-kapa-chat/commit/2d9a5f7d553d8c8e795c1e39c6d6c81d77122202))
9+
* **ci:** use npm publish with OIDC trusted publishing ([6698888](https://github.com/deepgram/deepgram-kapa-chat/commit/6698888cf11ab2e5d9b3fbc1ea6765861e044932))
10+
* **ci:** use OIDC provenance for npm publish ([b5dd69e](https://github.com/deepgram/deepgram-kapa-chat/commit/b5dd69e863c8f12908a62c008fe3e958ceaf17e7))
11+
* **release:** reset version to 0.1.2 to retrigger 0.1.3 release ([a6908f8](https://github.com/deepgram/deepgram-kapa-chat/commit/a6908f8b69133eb54910eebbf221320a76c9c727))
12+
13+
## [0.1.3](https://github.com/deepgram/deepgram-kapa-chat/compare/docs-chat-v0.1.2...docs-chat-v0.1.3) (2026-02-17)
14+
15+
616
### Bug Fixes
717

818
* **ci:** remove registry-url to allow pure OIDC publish, reset to 0.1.2 ([2d9a5f7](https://github.com/deepgram/deepgram-kapa-chat/commit/2d9a5f7d553d8c8e795c1e39c6d6c81d77122202))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepgram/docs-chat",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Standalone AI chat widget for Deepgram docs",
55
"type": "module",
66
"main": "./dist/deepgram-docs-chat.umd.js",

0 commit comments

Comments
 (0)