Skip to content

Commit

Permalink
chore: bump to 4.0.0 (#165)
Browse files Browse the repository at this point in the history
* bumped version, obsoleting v3.3.0

* bumped package lock
  • Loading branch information
Paul Kehle authored Jun 28, 2019
1 parent c4adc45 commit 8e2915c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 3.3.0 vigorous-tigress
# 4.0.0 quarrel-squirrel

### Breaking Changes (aka Features)
* Peer dependencies of `@angular/{core,common,cdk}` are now set to `^8.0.0`.
* Dynamic Anchors are now available. See README for more information on this breaking change.
* No significant changes from v3.3.0, just bumping version via `semver` protocol.

# 3.3.0 vigorous-tigress (obsoleted with v4.0.0)

### Breaking Changes (aka Features)
* Peer dependencies of `@angular/{core,common,cdk}` are now set to `^8.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ncstate/sat-popover",
"version": "3.3.0",
"version": "4.0.0",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 8e2915c

Please sign in to comment.