Skip to content

Commit

Permalink
chore(docs): add stripe verified partener badge
Browse files Browse the repository at this point in the history
  • Loading branch information
richnologies committed Jul 2, 2021
1 parent cfee7c4 commit 41eeb79
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 12.3.1 - 2021-06-30

- Add Stripe Verified Partner badge

## 12.3.0 - 2021-06-30

- Add support for Stripe Identity
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
An Angular 6+ wrapper for StripeJS elements

<a href="https://stripe.com/partners/ngx-stripe" target="_blank"><img src="./docs/logos/stripe_partner_badge_verified_blurple.png" alt="drawing" width="98"/>
[![version](https://img.shields.io/npm/v/ngx-stripe.svg)](https://www.npmjs.com/package/ngx-stripe)
[![license](https://img.shields.io/npm/l/express.svg)](https://www.npmjs.com/package/ngx-stripe)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions projects/ngx-stripe/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
An Angular 6+ wrapper for StripeJS elements

<a href="https://stripe.com/partners/ngx-stripe" target="_blank"><img src="./docs/logos/stripe_partner_badge_verified_blurple.png" alt="drawing" width="98"/>
[![version](https://img.shields.io/npm/v/ngx-stripe.svg)](https://www.npmjs.com/package/ngx-stripe)
[![license](https://img.shields.io/npm/l/express.svg)](https://www.npmjs.com/package/ngx-stripe)

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-stripe",
"version": "12.3.0",
"version": "12.3.1",
"repository": {
"type": "git",
"url": "https://github.com/richnologies/ngx-stripe"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-stripe/src/lib/ngx-stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const components = [

const directives = [StripeCardGroupDirective];

const currentVersion = '12.3.0';
const currentVersion = '12.3.1';

@NgModule({
declarations: [...components, ...directives],
Expand Down

0 comments on commit 41eeb79

Please sign in to comment.