Skip to content

Commit

Permalink
Merge pull request #30 from jrebocho/prepare-version-1.7
Browse files Browse the repository at this point in the history
Prepare version 1.7.0
  • Loading branch information
jrebocho authored Jun 27, 2020
2 parents 0c5951d + dd133c7 commit 5213440
Show file tree
Hide file tree
Showing 3 changed files with 2,592 additions and 2,254 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to the "vscode-random" extension are documented in this file.

## [1.7.0] - 2020-06-27
## Added
- New random string generator command that matches IBAN pattern (Thanks to [@b-pagis](https://github.com/b-pagis) for the suggestion & implementation!)

## Changed
- Update dependencies packages

## [1.6.1] - 2019-09-29
## Changed
- Update dependencies packages
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-random",
"description": "Generates random data directly into VS Code",
"icon": "images/vscode-random-icon.png",
"version": "1.6.1",
"version": "1.7.0",
"publisher": "jrebocho",
"repository": {
"type": "git",
Expand Down Expand Up @@ -269,19 +269,19 @@
]
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.0",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"standard": "^14.3.1"
"babel-jest": "^26.1.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"rimraf": "^3.0.2",
"standard": "^14.3.4"
},
"dependencies": {
"chance": "^1.1.0"
"chance": "^1.1.6"
},
"resolutions": {
"**/event-stream": "^4.0.1"
Expand Down
Loading

0 comments on commit 5213440

Please # to comment.