Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Mar 24, 2020
1 parent b988c2f commit d9ca3fb
Show file tree
Hide file tree
Showing 9 changed files with 1,135 additions and 1,775 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Case.random('Hello!') -> 'hElLO!'
* 2018-11-15 [v1.6.0][] (PR #29, support 'abbreviations' argument for Case.sentence to avoid incorrect sentence ends)
* 2019-01-11 [v1.6.1][] (PR #30, update typings to include 'abbreviations' argument for Case.sentence)
* 2019-07-26 [v1.6.2][] (PR #31, allow importing as default)
* 2020-03-24 [v1.6.3][] (PR #33, update license structure in package.json for automated checkers)

[v1.0.0]: https://github.com/nbubna/store/tree/1.0.0
[v1.0.1]: https://github.com/nbubna/store/tree/1.0.1
Expand All @@ -134,4 +135,5 @@ Case.random('Hello!') -> 'hElLO!'
[v1.5.5]: https://github.com/nbubna/store/tree/1.5.5
[v1.6.0]: https://github.com/nbubna/store/tree/1.6.0
[v1.6.1]: https://github.com/nbubna/store/tree/1.6.1
[v1.6.2]: https://github.com/nbubna/store/tree/1.6.2
[v1.6.2]: https://github.com/nbubna/store/tree/1.6.2
[v1.6.3]: https://github.com/nbubna/store/tree/1.6.3
4 changes: 2 additions & 2 deletions dist/Case.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! Case - v1.6.2 - 2019-07-26
* Copyright (c) 2019 Nathan Bubna; Licensed MIT, GPL */
/*! Case - v1.6.2 - 2020-03-24
* Copyright (c) 2020 Nathan Bubna; Licensed MIT, GPL */
(function() {
"use strict";
var unicodes = function(s, prefix) {
Expand Down
6 changes: 3 additions & 3 deletions dist/Case.min.js

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

2 changes: 1 addition & 1 deletion dist/Case.min.js.map

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

4 changes: 2 additions & 2 deletions dist/Case.plus.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! Case - v1.6.2 - 2019-07-26
* Copyright (c) 2019 Nathan Bubna; Licensed MIT, GPL */
/*! Case - v1.6.2 - 2020-03-24
* Copyright (c) 2020 Nathan Bubna; Licensed MIT, GPL */
(function() {
"use strict";
var unicodes = function(s, prefix) {
Expand Down

0 comments on commit d9ca3fb

Please sign in to comment.