Socket
Socket
Sign inDemoInstall

commit-and-tag-version

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commit-and-tag-version - npm Package Compare versions

Comparing version 9.6.0 to 10.0.0

16

CHANGELOG.md

@@ -5,2 +5,18 @@ # Changelog

## [10.0.0](https://github.com/absolute-version/commit-and-tag-version/compare/v9.6.0...v10.0.0) (2022-05-25)
### ⚠ BREAKING CHANGES
* Drop support for node 10 and 12, support node 16 and 18
### Bug Fixes
* **deps:** update dependency yargs to v17 ([d190c51](https://github.com/absolute-version/commit-and-tag-version/commit/d190c51507026adefe640cdd75f0a643afd81b87))
### Build System
* Drop support for node 10 and 12, support node 16 and 18 ([0f75115](https://github.com/absolute-version/commit-and-tag-version/commit/0f751158c2df9cbf7a2c16bef55a5de084f0d17d))
## [9.6.0](https://github.com/absolute-version/commit-and-tag-version/compare/v9.5.0...v9.6.0) (2022-05-25)

@@ -7,0 +23,0 @@

20

package.json
{
"name": "commit-and-tag-version",
"version": "9.6.0",
"version": "10.0.0",
"description": "replacement for `npm version` with automatic CHANGELOG generation",

@@ -21,3 +21,3 @@ "bin": "bin/cli.js",

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -54,13 +54,13 @@ "keywords": [

"stringify-package": "^1.0.1",
"yargs": "^16.0.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^10.0.0",
"mock-fs": "^5.0.0",
"mockery": "^2.1.0",

@@ -67,0 +67,0 @@ "nyc": "^15.1.0",

@@ -1,6 +0,6 @@

# Standard Version
# Commit and Tag Version
> **`commit-and-tag-version` is a fork of `standard-version`**. Because of maintainer availability, `standard-version` was [deprecated on 15th May 2022](https://github.com/conventional-changelog/standard-version/pull/907). The previous maintainer recommends [release-please](https://github.com/googleapis/release-please) as an alternative for those who are using GitHub actions. This fork exists for those who can't switch to `release-please`, or who would like to continue using `standard-version`.
> **`Why was it renamed commit-and-tag-version?`**. I wanted to make the purpose of the tool clearer, and to distinguish it from my other tool, [`absolute-version`](https://github.com/absolute-version/absolute-version-js), which just prints version information for pre-releases. To migrate, you can drop in `commit-and-tag-version` in place of `standard-version`. There are no changes in 9.5.0, other than to add the package.json config key `commit-and-tag-version` (the previous configuration key `standard-version` will still work).
> **`Why was it renamed commit-and-tag-version?`**. I didn't want to scope the package or name it `standard-version-fork`, and it was a good opportunity to make the purpose of the tool clearer. I also wanted to distinguish it from the other tool in this organisation, [`absolute-version`](https://github.com/absolute-version/absolute-version-js), which just prints version information for pre-releases. To migrate, you can drop in `commit-and-tag-version` in place of `standard-version`. There are no changes in 9.5.0, other than to add the package.json config key `commit-and-tag-version` (the previous configuration key `standard-version` will still work).

@@ -7,0 +7,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc