Skip to content

Commit

Permalink
Bump version number to 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesont committed Nov 30, 2020
1 parent 2fab81d commit a03ee47
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 5.5.0 (Latest Release)
## 5.5.2 (Latest Release)

- Adds Vietnamese locale

### 5.5.0

- Adds `reusable` option, which allows an instance of a Bootbox modal to be reused.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Bootbox **3.3.0** is the *last* release to support Bootstrap 2.2.x.

Much more dependency information can be found [on the Bootbox website](http://bootboxjs.com/getting-started.html#bootbox-dependencies).

## 5.5.0 (Latest Release)
## 5.5.2 (Latest Release)

- Adds `reusable` option, which allows an instance of a Bootbox modal to be reused.
- Adds Vietnamese locale

For a full list of releases and changes please see [the changelog](https://github.com/makeusabrew/bootbox/blob/master/CHANGELOG.md).

Expand Down
4 changes: 2 additions & 2 deletions bootbox.all.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* bootbox.js
* version: 5.5.1
* version: 5.5.2
* author: Nick Payne <nick@kurai.co.uk>
* license: MIT
* http://bootboxjs.com/
Expand Down Expand Up @@ -65,7 +65,7 @@

var exports = {};

var VERSION = '5.5.1';
var VERSION = '5.5.2';
exports.VERSION = VERSION;

var locales = {
Expand Down
4 changes: 2 additions & 2 deletions bootbox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* bootbox.js
* version: 5.5.1
* version: 5.5.2
* author: Nick Payne <nick@kurai.co.uk>
* license: MIT
* http://bootboxjs.com/
Expand Down Expand Up @@ -65,7 +65,7 @@

var exports = {};

var VERSION = '5.5.1';
var VERSION = '5.5.2';
exports.VERSION = VERSION;

var locales = {
Expand Down
2 changes: 1 addition & 1 deletion bootbox.locales.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* bootbox.locales.js
* version: 5.5.1
* version: 5.5.2
* author: Nick Payne <nick@kurai.co.uk>
* license: MIT
* http://bootboxjs.com/
Expand Down
4 changes: 2 additions & 2 deletions dist/bootbox.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootbox.locales.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/bootbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js 5.5.1
* bootbox.js 5.5.2
*
* http://bootboxjs.com/license.txt
*/
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootbox",
"version": "5.5.1",
"version": "5.5.2",
"description": "Wrappers for JavaScript alert(), confirm(), prompt(), and other flexible dialogs using the Bootstrap framework",
"directories": {
"test": "tests"
Expand Down

0 comments on commit a03ee47

Please sign in to comment.