Skip to content

Commit

Permalink
[v2.0.1] Bugfix for "Duplicate identifier" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygopinath committed Oct 19, 2016
1 parent 50d024a commit 536f68c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Changelog

## [v2.0.1](https://github.com/vinaygopinath/ng2-meta/releases/tag/v2.0.1)

##### Bugfixes

* [#13](https://github.com/vinaygopinath/ng2-meta/issues/13) Fix "duplicate identifier" error while installing ng2-meta. Thanks [@Bioto](https://github.com/Bioto)

## [v2.0.0](https://github.com/vinaygopinath/ng2-meta/releases/tag/v2.0.0)

* [#11](https://github.com/vinaygopinath/ng2-meta/issues/11) Support for angular 2.0.0 and router 3.0.0. Thanks to [@bergben](https://github.com/bergben) once again, and the folks in the thread for their input.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-meta",
"description": "Dynamic meta tags and SEO in Angular2",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start config/karma.conf.js",
Expand Down

0 comments on commit 536f68c

Please sign in to comment.