Skip to content

Commit 60fbcdf

Browse files
committed
chore(release): 1.2.0-rc.0
1 parent 99bb96b commit 60fbcdf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
<a name="1.2.0-rc.0"></a>
6+
# [1.2.0-rc.0](https://github.com/thisissoon/angular-scrollspy/compare/v1.1.0...v1.2.0-rc.0) (2017-11-30)
7+
8+
9+
### Features
10+
11+
* **build:** Move build environment to angular cli and ng-packagr ([ac8b57d](https://github.com/thisissoon/angular-scrollspy/commit/ac8b57d))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **build:** `InViewportModule` must now be imported by user from
17+
`@thisissoon/angular-inviewport` at root module of user application and `WindowRef` imported from
18+
`@thisissoon/angular-inviewport` and passed to `forRoot` function of `InviewportModule`.
19+
20+
21+
522
<a name="1.1.0"></a>
623
# [1.1.0](https://github.com/thisissoon/angular-scrollspy/compare/v1.0.0...v1.1.0) (2017-11-29)
724

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisissoon/angular-scrollspy",
3-
"version": "1.1.0",
3+
"version": "1.2.0-rc.0",
44
"private": false,
55
"description": "A simple lightweight library for Angular 2/4+ which automatically updates links to indicate the currently active section in the viewport",
66
"keywords": [

0 commit comments

Comments
 (0)