Skip to content

Commit

Permalink
release: 12.0.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaustav committed Jan 21, 2023
1 parent c9edd4a commit 2b2b714
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [12.0.1](https://github.com/akaustav/ngx-scroll-to/compare/12.0.0...12.0.1) (2023-01-20)


### Features

* **ci:** widen engine compatibility ([#3](https://github.com/akaustav/ngx-scroll-to/pull/3)) ([c9edd4a](https://github.com/akaustav/ngx-scroll-to/commit/c9edd4a26511d4629dae68c7e735f4e27f6b5ef4))


# [12.0.0](https://github.com/akaustav/ngx-scroll-to/compare/9.0.0...12.0.0) (2023-01-20)


Expand Down Expand Up @@ -284,6 +292,3 @@ After:


## 0.0.2 (2017-07-20)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@akaustav/ngx-scroll-to-demo",
"description": "Demo Application for @akaustav/ngx-scroll-to package.",
"version": "12.0.0",
"version": "12.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scroll-to/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@akaustav/ngx-scroll-to",
"description": "A simple Angular 12 plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app. This is a fork from @nicky-lenaers/ngx-scroll-to that adds support for Angular 12.",
"version": "12.0.0",
"version": "12.0.1",
"license": "MIT",
"private": false,
"keywords": [
Expand Down

0 comments on commit 2b2b714

Please sign in to comment.