Comparing version 1.2.3 to 1.2.4
@@ -0,1 +1,5 @@ | ||
# 1.2.4 (2017-07-05) | ||
* Fix to include `dist` in bundle. | ||
# 1.2.3 (2017-07-05) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "ngmeta", | ||
"version": "1.2.1", | ||
"version": "1.2.4", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
{ | ||
"name": "ngmeta", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A tool for updating meta tags in an Angular application.", | ||
@@ -39,4 +39,4 @@ "main": "dist/index.js", | ||
"@angular/common": "^4.0.0", | ||
"@angular/compiler": "^4.2.5", | ||
"@angular/compiler-cli": "^4.2.5", | ||
"@angular/compiler": "^4.0.0", | ||
"@angular/compiler-cli": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
@@ -52,2 +52,2 @@ "@angular/platform-browser": "^4.0.0", | ||
} | ||
} | ||
} |
var chalk = require('chalk'); | ||
console.log(chalk.underline.bold.green("ngmeta 1.2.3")); | ||
console.log(chalk.underline.bold.green("ngmeta 1.2.4")); | ||
console.log(chalk.bold.yellow("CHANGELOG -> https://github.com/MichaelSolati/ngmeta/blob/master/CHANGELOG.md")); |
@@ -1,2 +0,2 @@ | ||
# ngmeta (1.2.3) [![Build Status](https://travis-ci.org/MichaelSolati/ngmeta.svg?branch=master)](https://travis-ci.org/MichaelSolati/ngmeta) | ||
# ngmeta (1.2.4) [![Build Status](https://travis-ci.org/MichaelSolati/ngmeta.svg?branch=master)](https://travis-ci.org/MichaelSolati/ngmeta) | ||
A tool for updating meta tags in an Angular application. | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "ngmeta", | ||
"description": "A tool for updating meta tags in an Angular application.", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"url": "https://ngmeta.michaelsolati.com/", | ||
@@ -6,0 +6,0 @@ "options": { |
Sorry, the diff of this file is not supported yet
35662
25
728