Skip to content

Commit 825159c

Browse files
committedAug 6, 2020
chore(release): 1.3.0
1 parent d5556e3 commit 825159c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.0](https://github.com/ecomplus/application-starter/compare/v1.2.1...v1.3.0) (2020-08-06)
6+
7+
8+
### Features
9+
10+
* **list-payments:** add default credit card icon ([d5556e3](https://github.com/ecomplus/application-starter/commit/d5556e3bf3b569b0287265e9a039e1546e1abb47))
11+
512
### [1.2.1](https://github.com/ecomplus/application-starter/compare/v1.2.0...v1.2.1) (2020-08-06)
613

714

‎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.1",
4+
"version": "1.3.0",
55
"description": "E-Com Plus app to integrate Vindi for recurring payments",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.