Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.8](v1.0.0-beta.7...v1.0.0-beta.8) (2023-11-22)

### Features

* add release build ([e911583](e911583))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent e911583 commit 131d1a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.8](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-11-22)


### Features

* add release build ([e911583](https://github.com/brandonroberts/blog/commit/e91158387d15a828ad599a85733c446af209825a))

# [1.0.0-beta.7](https://github.com/brandonroberts/blog/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"private": true,
"engines": {
"node": "^18.13.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/my-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-lib",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
Expand Down

0 comments on commit 131d1a2

Please sign in to comment.