Skip to content

Commit

Permalink
Bump NPM Version, Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Nov 26, 2017
1 parent 1a107b9 commit d3d2a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Notes
## [v1.3.2](https://github.com/rwaskiewicz/factory-mate/compare/v1.3.1...develop) - Unreleased
## [v1.3.2](https://github.com/rwaskiewicz/factory-mate/compare/v1.3.1...v1.3.2) - November 26, 2017
- Renamed `FactoryStamp` to `FactoryTemplate` to be more consistent in naming
- Updated template storage to use a Set
- Made definition of `FactoryMateAware` ctor more succinct in its parameter type definition (no longer uses `any`)
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": "factory-mate",
"version": "1.3.1",
"version": "1.3.2",
"description": "TypeScript library for building domain objects",
"keywords": [
"unit testing",
Expand Down

0 comments on commit d3d2a4c

Please sign in to comment.