Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Przytuła committed Feb 1, 2018
1 parent 3bb39a9 commit 7bd9296
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## [0.1.0] - 19.01.2018
* Initial release
## [0.1.2] - 01.02.2018
* Remove 'lodash' dependency, replace usages using ES6
* Remove 'crypto-js' dependency, use 'crypto' instead
* Decrease the server bundle size significantly by the above changes

## [0.1.1] - 27.01.2018
* Print correct error in case of already dissallowed attempt
* Add server side tests
* Add server side tests

## [0.1.0] - 19.01.2018
* Initial release
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'tprzytula:remember-me',
version: '0.1.1',
version: '0.1.2',
summary: 'Extension for Meteor account-base package with the implementation of rememberMe',
git: 'https://github.com/tprzytulacc/Meteor-RememberMe',
documentation: 'README.md'
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": "rememberMe",
"version": "0.1.1",
"version": "0.1.2",
"description": "Extension for Meteor account-base package with the implementation of rememberMe",
"license": "MIT",
"author": "Tomasz Przytuła <[email protected]>",
Expand Down

0 comments on commit 7bd9296

Please sign in to comment.