Skip to content

Commit

Permalink
chore(release): v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Nov 19, 2020
1 parent 6981210 commit 0c839cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="3.0.7"></a>
## [3.0.7](https://github.com/morgul/ui-bootstrap4/compare/v3.0.5...v3.0.7) (2020-11-19)



<a name="3.0.6"></a>
## [3.0.6](https://github.com/morgul/ui-bootstrap4/compare/v3.0.5...v3.0.6) (2018-12-04)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down

1 comment on commit 0c839cb

@kerryj89
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Morgul Thank you for maintaining this! Will we see a customizable build version of this on https://morgul.github.io/ui-bootstrap4/?

Please sign in to comment.