Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Apr 25, 2023
1 parent a8aa259 commit 83b12bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.0.0](https://github.com/mattlewis92/angular-confirmation-popover/compare/v6.0.0...v7.0.0) (2023-04-25)

### ⚠ BREAKING CHANGES

- angular 15 or higher is now required to use this package

### Features

- upgrade to angular 15 ([#93](https://github.com/mattlewis92/angular-confirmation-popover/issues/93)) ([d93a440](https://github.com/mattlewis92/angular-confirmation-popover/commit/d93a440d715b2f982f5b2783bb79ae6e68e47f01))

## [6.0.0](https://github.com/mattlewis92/angular-confirmation-popover/compare/v5.0.0...v6.0.0) (2020-07-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-confirmation-popover",
"version": "6.0.0",
"version": "7.0.0",
"description": "An angular 15.0+ bootstrap confirmation popover",
"scripts": {
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
Expand Down

0 comments on commit 83b12bc

Please sign in to comment.