🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

broccoli-version

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-version - npm Package Compare versions

Comparing version

to
1.2.0

@@ -1,2 +0,2 @@

# [1.0.0](https://github.com/stfsy/broccoli-version/compare/v0.2.1...v1.0.0) (2020-04-12)
# [1.2.0](https://github.com/stfsy/broccoli-version/compare/v1.1.0...v1.2.0) (2021-05-13)

@@ -6,3 +6,22 @@

* update dependencies ([b5f9e50](https://github.com/stfsy/broccoli-version/commit/b5f9e509afeeeef52dedf804ac4fba92607f5a43))
* update outdated dependencies ([51595f5](https://github.com/stfsy/broccoli-version/commit/51595f5e263c7f538119b718b9d78fba5c400282))
* update vulnerable dependencies ([582bfb6](https://github.com/stfsy/broccoli-version/commit/582bfb6f1b80da62258188ba0568eaf3a67ce618))
# [1.1.0](https://github.com/stfsy/broccoli-version/compare/v1.0.0...v1.1.0) (2021-02-09)
### Features
* update outdated dependencies ([6eefeb8](https://github.com/stfsy/broccoli-version/commit/6eefeb8781046995f95f0b4e360c51287d34d9a0))
* update vulnerable dependencies ([7ef148c](https://github.com/stfsy/broccoli-version/commit/7ef148ca19658079301325dd999b86b90a71cdba))
# [1.0.0](https://github.com/stfsy/broccoli-version/compare/v0.3.0...v1.0.0) (2020-04-12)
### Features
* use broccoli plugin adapter ([ab89826](https://github.com/stfsy/broccoli-version/commit/ab8982642b56aa05185fa161b11d451b025e2d73))

@@ -13,2 +32,11 @@ * use broccoli plugin adapter ([52f359f](https://github.com/stfsy/broccoli-version/commit/52f359f621772a8467d88ab8da18be2ea51940da))

# [0.3.0](https://github.com/stfsy/broccoli-version/compare/v0.2.1...v0.3.0) (2020-03-22)
### Features
* update dependencies ([b5f9e50](https://github.com/stfsy/broccoli-version/commit/b5f9e509afeeeef52dedf804ac4fba92607f5a43))
## [0.2.1](https://github.com/stfsy/broccoli-version/compare/v0.2.0...v0.2.1) (2016-07-31)

@@ -15,0 +43,0 @@

{
"name": "broccoli-version",
"version": "1.0.0",
"version": "1.2.0",
"description": "Broccoli plugin for incrementing version numbers in .json files",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

"dependencies": {
"broccoli-plugin-adapter": "^1.0.0"
"broccoli-plugin-adapter": "^1.2.1"
},

@@ -36,7 +36,7 @@ "devDependencies": {

"broccoli-test-runner": "^1.0.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-spies": "^1.0.0",
"conventional-changelog-cli": "^2.0.32",
"mocha": "^7.1.1"
"conventional-changelog-cli": "^2.1.1",
"mocha": "^7.2.0"
}
}