Skip to content

Commit be31ff5

Browse files
author
GitHub Actions
committed
chore: release v1.1.0
1 parent 35d0b4e commit be31ff5

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.1.0 - 2023-05-14
1011
### Added
11-
1212
- Allow outSum to be a number or a formatted string.
1313

1414
### Fixed
15-
1615
- Fixed calculating signature value with special symbols in userParams (@ in emails).
1716
- Renamed Email to EMail field in IRobokassaResponse.
1817

1918
## 1.0.1 - 2023-05-13
20-
2119
### Changed
22-
2320
- Translated README.md to Russian language.
2421

2522
## 1.0.0 - 2023-05-12
26-
2723
### Added
28-
2924
- Added `isTest` mode parameter.
3025
- Added `receipt` parameter to conform the fiscal policy.
3126
- Added unit tests.
3227

3328
### Changed
34-
3529
- Rewrote the forked code to use TypeScript.
3630

3731
### Fixed
38-
3932
- Semantic Version calculation errors in the old forked repositories.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dev-aces/robokassa",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Robokassa Node.JS integration",
55
"types": "lib/index.d.ts",
66
"keywords": [

0 commit comments

Comments
 (0)