From 0c839cb8b545782cdbc6c937eca8dd06348e1b49 Mon Sep 17 00:00:00 2001 From: "Christopher S. Case" Date: Thu, 19 Nov 2020 09:26:24 -0600 Subject: [PATCH] chore(release): v3.0.7 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54db60..34fa29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [3.0.7](https://github.com/morgul/ui-bootstrap4/compare/v3.0.5...v3.0.7) (2020-11-19) + + + ## [3.0.6](https://github.com/morgul/ui-bootstrap4/compare/v3.0.5...v3.0.6) (2018-12-04) diff --git a/package.json b/package.json index e753ca2..be79372 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "https://github.com/morgul/ui-bootstrap4/graphs/contributors", "name": "ui-bootstrap4", - "version": "3.0.6", + "version": "3.0.7", "description": "Native AngularJS (Angular) directives for Bootstrap", "homepage": "http://morgul.github.io/ui-bootstrap4/", "keywords": [ @@ -25,7 +25,7 @@ "serve": "static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'", "demo": "grunt html2js after-test && static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'", "test": "grunt", - "release": "grunt release --" + "grunt": "grunt --" }, "repository": { "type": "git",