File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,3 @@ node_modules
34
34
35
35
# IDE
36
36
.idea
37
-
38
- # Dist
39
- dist
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.3.3] - 2017-05-22
6
+ ### Changed
7
+ - Changed [ .npmignore] To remove dist, so the built files end up on the package. No code changes.
8
+
5
9
## [ 2.3.2] - 2017-05-16
6
10
### Added
7
11
- Added [ index.d.ts] TypeScript definitions. No code changes.
Original file line number Diff line number Diff line change 6
6
7
7
Generate and translate standard UUIDs into shorter - or just * different* - formats and back.
8
8
9
- ## v2.3.2
9
+ ## v2.3.3
10
10
11
11
short-uuid provides RFC4122 v4-compliant UUIDs,
12
12
thanks to [ ` uuid ` ] ( https://github.com/kelektiv/node-uuid ) .
@@ -17,6 +17,7 @@ with compiled browser-ready files in the npm package for convenience. The librar
17
17
2.3.0 corrects [ Snyk] ( https://snyk.io ) vulnerability protection to a dev dependency.
18
18
2.3.1 merges the 2.1.x fixes into version history.
19
19
2.3.2 merges a TypeScript definition from [ alexturek] ( https://github.com/alexturek ) .
20
+ 2.3.3 fixes missing /dist folder from the npm module.
20
21
21
22
### v2.2.0 Deprecated
22
23
2.2.0 incorrectly added Snyk as a production dependency. It has been deprecated.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " short-uuid" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " Create and translate standard UUIDs with shorter formats." ,
5
5
"main" : " index.js" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# Revisions
2
2
3
+ # v2.3.3
4
+
5
+ 2.3.3 fixes missing /dist folder from the npm module.
6
+
3
7
# v2.3.2
4
8
5
9
2.3.2 merges a TypeScript definition from [ alexturek] ( https://github.com/alexturek ) .
You can’t perform that action at this time.
0 commit comments