Skip to content

Commit d8fcc68

Browse files
committed
🔖 v15.3.0
- Add support for `Issuing Elements`
1 parent e71dae9 commit d8fcc68

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 15.3.0 - 2023-02-04
4+
5+
- Add support for `Issuing Elements`
6+
37
## 15.2.0 - 2023-01-18
48

59
- Add support for Standalone Components

‎projects/ngx-stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-stripe",
3-
"version": "15.2.0",
3+
"version": "15.3.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/richnologies/ngx-stripe"

‎projects/ngx-stripe/src/lib/ngx-stripe.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,15 @@ const directives = [
6666
NgxStripeElementLoadingTemplateDirective
6767
];
6868

69-
const currentVersion = '15.2.0';
69+
const currentVersion = '15.3.0';
7070

7171
@NgModule({
7272
exports: [
7373
...components,
7474
...directives
7575
],
7676
imports: [
77+
CommonModule,
7778
...components,
7879
...directives
7980
]

0 commit comments

Comments
 (0)