diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3d96e..982ddf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.5 / 2017-01-24 +================== + + * Улучшение: Фиксация версий всех зависимостей + 1.0.4 / 2017-01-20 ================== diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6b8a7c1..b013b89 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "crypto-pro", - "version": "1.0.4", + "version": "1.0.5", "dependencies": { "acorn": { "version": "3.3.0", diff --git a/package.json b/package.json index 17a3f0f..1f023b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crypto-pro", - "version": "1.0.4", + "version": "1.0.5", "description": "API для взаимодействия с КриптоПро", "main": "src/index.js", "scripts": {