Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Nov 5, 2020
1 parent 9555cb9 commit 925e906
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.2.0](https://github.com/jeanlescure/short-unique-id/compare/v3.0.5...v3.2.0) (2020-11-05)


### Features

* implement cli ([9555cb9](https://github.com/jeanlescure/short-unique-id/commit/9555cb9b1de9d521ad2a7760be963fc178b62d63))
2 changes: 1 addition & 1 deletion dist/short-unique-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ System.register("version", [], function (exports_1, context_1) {
return {
setters: [],
execute: function () {
exports_1("default", '3.1.5');
exports_1("default", '3.2.0');
}
};
});
Expand Down
2 changes: 1 addition & 1 deletion dist/short-unique-id.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 docs/classes/shortuniqueid.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Short Unique ID - Short UUID Generator</title>
<meta name="description" content="Documentation for short-unique-id - v3.1.5">
<meta name="description" content="Documentation for short-unique-id - v3.2.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script src="https://cdn.jsdelivr.net/npm/short-unique-id@latest/dist/short-unique-id.min.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">short-unique-id - v3.1.5</a>
<a href="../index.html" class="title">short-unique-id - v3.2.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
6 changes: 3 additions & 3 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Short Unique ID - Short UUID Generator</title>
<meta name="description" content="Documentation for short-unique-id - v3.1.5">
<meta name="description" content="Documentation for short-unique-id - v3.2.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
<script src="https://cdn.jsdelivr.net/npm/short-unique-id@latest/dist/short-unique-id.min.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">short-unique-id - v3.1.5</a>
<a href="index.html" class="title">short-unique-id - v3.2.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand All @@ -63,7 +63,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
</ul>
<h1>short-unique-id - v3.1.5</h1>
<h1>short-unique-id - v3.2.0</h1>
</div>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Short Unique ID - Short UUID Generator</title>
<meta name="description" content="Documentation for short-unique-id - v3.1.5">
<meta name="description" content="Documentation for short-unique-id - v3.2.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
<script src="https://cdn.jsdelivr.net/npm/short-unique-id@latest/dist/short-unique-id.min.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">short-unique-id - v3.1.5</a>
<a href="index.html" class="title">short-unique-id - v3.2.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand All @@ -63,7 +63,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
</ul>
<h1>short-unique-id - v3.1.5</h1>
<h1>short-unique-id - v3.2.0</h1>
</div>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion lib/short-unique-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ System.register("version", [], function (exports_1, context_1) {
return {
setters: [],
execute: function () {
exports_1("default", '3.1.5');
exports_1("default", '3.2.0');
}
};
});
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ System.register("version", [], function (exports_1, context_1) {
return {
setters: [],
execute: function () {
exports_1("default", '3.1.5');
exports_1("default", '3.2.0');
}
};
});
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "short-unique-id",
"version": "3.1.5",
"version": "3.2.0",
"description": "Generate random or sequential UUID of any length",
"keywords": [
"short",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dist:build": "yarn lib:build && rm -rf ./dist/* ; echo 'var __suid_module = ' > ./dist/short-unique-id.js && browserify ./lib/short-unique-id.js >> ./dist/short-unique-id.js && echo 'var ShortUniqueId = __suid_module(1)[\"default\"];' >> ./dist/short-unique-id.js && minify ./dist/short-unique-id.js > ./dist/short-unique-id.min.js",
"test": "cd short_uuid && deno test && cd .. && yarn link && yarn link short-unique-id && node ./runkit.js",
"lint": "tslint ./short_uuid/*.ts",
"prepare:release": "yarn gen:typings && yarn lint && yarn lib:build && yarn dist:build && yarn test && yarn gen:docs",
"release": "standard-version"
"prepare:release": "yarn gen:typings && yarn lint && yarn lib:build && yarn dist:build && yarn test && cd short_uuid && git commit -am \"release v$(jq -r .version package.json)\" && cd .. && git add short_uuid && yarn gen:docs",
"release": "standard-version -a"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion short_uuid
Submodule short_uuid updated 1 files
+1 −1 version.ts

0 comments on commit 925e906

Please sign in to comment.