Skip to content

Commit

Permalink
Merge pull request #9 from oculus42/restore-dist-in-package
Browse files Browse the repository at this point in the history
2.3.3 - Restore dist in npm package
  • Loading branch information
oculus42 authored May 23, 2017
2 parents f40e086 + 702efb5 commit ab581b0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ node_modules

# IDE
.idea

# Dist
dist
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.3] - 2017-05-22
### Changed
- Changed [.npmignore] To remove dist, so the built files end up on the package. No code changes.

## [2.3.2] - 2017-05-16
### Added
- Added [index.d.ts] TypeScript definitions. No code changes.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

## v2.3.2
## v2.3.3

short-uuid provides RFC4122 v4-compliant UUIDs,
thanks to [`uuid`](https://github.com/kelektiv/node-uuid).
Expand All @@ -17,6 +17,7 @@ with compiled browser-ready files in the npm package for convenience. The librar
2.3.0 corrects [Snyk](https://snyk.io) vulnerability protection to a dev dependency.
2.3.1 merges the 2.1.x fixes into version history.
2.3.2 merges a TypeScript definition from [alexturek](https://github.com/alexturek).
2.3.3 fixes missing /dist folder from the npm module.

### v2.2.0 Deprecated
2.2.0 incorrectly added Snyk as a production dependency. It has been deprecated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "short-uuid",
"version": "2.3.2",
"version": "2.3.3",
"description": "Create and translate standard UUIDs with shorter formats.",
"main": "index.js",
"typings": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions revisions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revisions

# v2.3.3

2.3.3 fixes missing /dist folder from the npm module.

# v2.3.2

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

0 comments on commit ab581b0

Please sign in to comment.