Skip to content

Commit ab581b0

Browse files
authored
Merge pull request #9 from oculus42/restore-dist-in-package
2.3.3 - Restore dist in npm package
2 parents f40e086 + 702efb5 commit ab581b0

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ node_modules
3434

3535
# IDE
3636
.idea
37-
38-
# Dist
39-
dist

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
59
## [2.3.2] - 2017-05-16
610
### Added
711
- Added [index.d.ts] TypeScript definitions. No code changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Generate and translate standard UUIDs into shorter - or just *different* - formats and back.
88

9-
## v2.3.2
9+
## v2.3.3
1010

1111
short-uuid provides RFC4122 v4-compliant UUIDs,
1212
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
1717
2.3.0 corrects [Snyk](https://snyk.io) vulnerability protection to a dev dependency.
1818
2.3.1 merges the 2.1.x fixes into version history.
1919
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.
2021

2122
### v2.2.0 Deprecated
2223
2.2.0 incorrectly added Snyk as a production dependency. It has been deprecated.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "short-uuid",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Create and translate standard UUIDs with shorter formats.",
55
"main": "index.js",
66
"typings": "index.d.ts",

revisions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revisions
22

3+
# v2.3.3
4+
5+
2.3.3 fixes missing /dist folder from the npm module.
6+
37
# v2.3.2
48

59
2.3.2 merges a TypeScript definition from [alexturek](https://github.com/alexturek).

0 commit comments

Comments
 (0)