Skip to content

Commit 9846a8d

Browse files
committed
chore(release): 1.2.1
1 parent bd9522b commit 9846a8d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.2.1](https://github.com/ecomplus/application-starter/compare/v1.2.0...v1.2.1) (2020-08-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **create-transaction:** edit default vindi product name ([5f59bf8](https://github.com/ecomplus/application-starter/commit/5f59bf85ea7a844b20f5c74ed38881b485ed3e42))
11+
* **create-transaction:** ensure vindi product has unique code on create ([50954bb](https://github.com/ecomplus/application-starter/commit/50954bb2df2b8ca52adf5bab98291838fb906b81))
12+
513
## [1.2.0](https://github.com/ecomplus/application-starter/compare/v1.1.1...v1.2.0) (2020-08-06)
614

715

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,7 +1,7 @@
11
{
22
"name": "@ecomplus/app-vindi",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "E-Com Plus app to integrate Vindi for recurring payments",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)