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 Dec 11, 2022
1 parent 3c2c930 commit 73346e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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-resizable-element/compare/v6.0.2...v7.0.0) (2022-12-11)


### ⚠ BREAKING CHANGES

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

### build

* upgrade to angular 15 ([3c2c930](https://github.com/mattlewis92/angular-resizable-element/commit/3c2c930bae9757fb1ce55bc25059c1a9ed50ab98))

### [6.0.2](https://github.com/mattlewis92/angular-resizable-element/compare/v6.0.1...v6.0.2) (2022-12-11)


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": "angular-resizable-element",
"version": "6.0.2",
"version": "7.0.0",
"description": "An angular 15.0+ directive that allows an element to be dragged and resized",
"scripts": {
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
Expand Down

0 comments on commit 73346e9

Please sign in to comment.