Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit d634acf

Browse files
authored
Merge pull request #9 from mdwitr0/release-please--branches--master--components--wallet-pay
chore(master): release wallet-pay 1.1.4
2 parents 5a173aa + 106343b commit d634acf

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.3"
2+
".": "1.1.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.4](https://github.com/mdwitr0/telegram-wallet-pay/compare/wallet-pay-v1.1.3...wallet-pay-v1.1.4) (2023-09-19)
4+
5+
6+
### Bug Fixes
7+
8+
* update package.json with author, repository, bugs, keywords, and homepage information ([5a173aa](https://github.com/mdwitr0/telegram-wallet-pay/commit/5a173aa52492f5e59f7c8f0f4b6d575caa7039a2))
9+
310
## [1.1.3](https://github.com/mdwitr0/telegram-wallet-pay/compare/wallet-pay-v1.1.2...wallet-pay-v1.1.3) (2023-09-18)
411

512

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wallet-pay",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Client library for Telegram Wallet Pay",
55
"main": "./dist/wallet-pay.cjs",
66
"module": "./dist/wallet-pay.mjs",

0 commit comments

Comments
 (0)