Skip to content

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.1...v0.9.0) (2023-10-01)

### Bug Fixes

* Added missing id to release step ([306b8eb](306b8eb))

### Features

* Added configuration file ([5fc308a](5fc308a))
  • Loading branch information
semantic-release-bot committed Oct 1, 2023
1 parent 40aa0b7 commit 8a10b6b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.9.0](https://github.com/unipoll/angular/compare/v0.8.1...v0.9.0) (2023-10-01)


### Bug Fixes

* Added missing id to release step ([306b8eb](https://github.com/unipoll/angular/commit/306b8eb0e86af764e7d3e841467874e1d00071ca))


### Features

* Added configuration file ([5fc308a](https://github.com/unipoll/angular/commit/5fc308aa4d78d50d4c8b9203f64cd19c08e248e5))

## [0.8.1](https://github.com/unipoll/angular/compare/v0.8.0...v0.8.1) (2023-09-30)


Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unipoll-app",
"version": "0.8.1",
"version": "0.9.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,7 +26,7 @@
"@material/icon-button": "^14.0.0",
"@semantic-release/changelog": "^6.0.3",
"clipboard": "^2.0.11",
"mermaid": "^9.4.3",
"mermaid": "^9.4.3",
"ngx-markdown": "^16.0.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
Expand All @@ -37,7 +37,7 @@
"@angular-devkit/build-angular": "^16.2.1",
"@angular/cli": "^16.2.1",
"@angular/compiler-cli": "^16.2.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@types/jasmine": "~4.3.0",
"@types/marked": "^4.3.1",
"@types/node": "^20.8.0",
Expand Down

0 comments on commit 8a10b6b

Please sign in to comment.