Skip to content

Commit 22f14ef

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2024-07-30) ### Bug Fixes * use token for semantic release ([#9](#9)) ([d000bd0](d000bd0))
1 parent d000bd0 commit 22f14ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/webex/web-capabilities/compare/v1.4.0...v1.4.1) (2024-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* use token for semantic release ([#9](https://github.com/webex/web-capabilities/issues/9)) ([d000bd0](https://github.com/webex/web-capabilities/commit/d000bd0459f1f8bda975fc4a1990d28541dfd321))
7+
18
# [1.4.0](https://github.com/webex/web-capabilities/compare/v1.3.0...v1.4.0) (2024-07-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/web-capabilities",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A library to check Webex feature capabilities for web clients.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)