Skip to content

Commit

Permalink
🔖 v15.3.0
Browse files Browse the repository at this point in the history
- Add support for `Issuing Elements`
  • Loading branch information
richnologies committed Feb 4, 2023
1 parent e71dae9 commit d8fcc68
Show file tree
Hide file tree
Showing 3 changed files with 7 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

## 15.3.0 - 2023-02-04

- Add support for `Issuing Elements`

## 15.2.0 - 2023-01-18

- Add support for Standalone Components
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": "15.2.0",
"version": "15.3.0",
"repository": {
"type": "git",
"url": "https://github.com/richnologies/ngx-stripe"
Expand Down
3 changes: 2 additions & 1 deletion projects/ngx-stripe/src/lib/ngx-stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ const directives = [
NgxStripeElementLoadingTemplateDirective
];

const currentVersion = '15.2.0';
const currentVersion = '15.3.0';

@NgModule({
exports: [
...components,
...directives
],
imports: [
CommonModule,
...components,
...directives
]
Expand Down

0 comments on commit d8fcc68

Please sign in to comment.