Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Mar 29, 2019
1 parent c1ea927 commit 4ce2d39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [2.0.0](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.3...v2.0.0) (2019-03-29)



<a name="2.0.0-beta.3"></a>
# [2.0.0-beta.3](https://github.com/verdaccio/local-storage/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2019-02-24)

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/local-storage",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "local storage implementation",
"main": "lib/index.js",
"scripts": {
Expand All @@ -21,34 +21,34 @@
"@verdaccio/file-locking": "1.0.0",
"@verdaccio/streams": "2.0.0-beta.0",
"async": "3.0.1-0",
"http-errors": "1.7.1",
"http-errors": "1.7.2",
"lodash": "4.17.11",
"mkdirp": "0.5.1"
},
"devDependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@types/http-errors": "1.6.1",
"@types/jest": "24.0.4",
"@types/lodash": "^4.14.121",
"@types/jest": "24.0.11",
"@types/lodash": "^4.14.123",
"@types/minimatch": "^3.0.3",
"@types/node": "11.9.4",
"@typescript-eslint/eslint-plugin": "1.3.0",
"@verdaccio/babel-preset": "0.0.4",
"@verdaccio/types": "5.0.0-beta.1",
"@types/node": "11.12.1",
"@typescript-eslint/eslint-plugin": "1.5.0",
"@verdaccio/babel-preset": "0.1.0",
"@verdaccio/types": "5.0.0-beta.4",
"codecov": "3.2.0",
"cross-env": "5.2.0",
"eslint": "5.13.0",
"eslint": "5.15.3",
"eslint-config-google": "0.12.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-jest": "22.3.0",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-prettier": "3.0.1",
"husky": "0.14.3",
"jest": "24.1.0",
"jest": "24.5.0",
"minimatch": "3.0.4",
"prettier": "1.16.4",
"rmdir-sync": "1.0.1",
"standard-version": "4.4.0",
"standard-version": "5.0.2",
"typescript": "3.2.1"
},
"publishConfig": {
Expand Down

0 comments on commit 4ce2d39

Please sign in to comment.