Skip to content

Commit e87409d

Browse files
committed
chore: version 3.3.0 [skip ci]
1 parent 574a5e7 commit e87409d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
## [3.3.0](https://github.com/thekip/angular-cc-library/compare/v3.2.0...v3.3.0) (2024-02-02)
4+
5+
6+
### Features
7+
8+
* support standalone directives ([afbcbc7](https://github.com/thekip/angular-cc-library/commit/afbcbc77001c4113876ca23c7ccb1eaec4d8f29d))
9+
* update to angular v17 ([c5d510b](https://github.com/thekip/angular-cc-library/commit/c5d510bcae23c6245bff0db5d9cdce08b0276e96))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"scripts": {
55
"run:demo": "ng serve example",
66
"build:demo": "ng build example --configuration production",

projects/angular-cc-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "angular credit card library",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)