Skip to content

Commit

Permalink
chore: version 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thekip committed Feb 2, 2024
1 parent 574a5e7 commit e87409d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [3.3.0](https://github.com/thekip/angular-cc-library/compare/v3.2.0...v3.3.0) (2024-02-02)


### Features

* support standalone directives ([afbcbc7](https://github.com/thekip/angular-cc-library/commit/afbcbc77001c4113876ca23c7ccb1eaec4d8f29d))
* update to angular v17 ([c5d510b](https://github.com/thekip/angular-cc-library/commit/c5d510bcae23c6245bff0db5d9cdce08b0276e96))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cc-library",
"version": "3.2.0",
"version": "3.3.0",
"scripts": {
"run:demo": "ng serve example",
"build:demo": "ng build example --configuration production",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-cc-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cc-library",
"version": "3.2.0",
"version": "3.3.0",
"description": "angular credit card library",
"keywords": [
"angular",
Expand Down

0 comments on commit e87409d

Please sign in to comment.