This commit is contained in:
vgoma 2020-03-28 23:11:19 +03:00
parent 5ad18c54e6
commit 2a54ed063c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2.0.1 / 2020-03-28
==================
* Фикс: Ссылки на якоря в README.md с учетом особенностей Markdown на Github
2.0.0 / 2020-03-28
==================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "2.0.0",
"version": "2.0.1",
"description": "API для взаимодействия с КриптоПро",
"main": "./lib/crypto-pro.js",
"types": "./lib/crypto-pro.d.ts",