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 12.4.0 to 12.4.1

7

CHANGELOG.md

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

## [12.4.1](https://github.com/absolute-version/commit-and-tag-version/compare/v12.4.0...v12.4.1) (2024-04-28)
### Bug Fixes
* raise the 'openapi'-updater to a higher order of precedence above the 'yaml'-updater ([#143](https://github.com/absolute-version/commit-and-tag-version/issues/143)) ([37fe178](https://github.com/absolute-version/commit-and-tag-version/commit/37fe178fdba051c665414565fe4b0e61336aff18))
## [12.4.0](https://github.com/absolute-version/commit-and-tag-version/compare/v12.3.0...v12.4.0) (2024-04-19)

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

6

lib/updaters/index.js

@@ -38,8 +38,8 @@ const path = require('path');

}
if (/openapi.yaml/.test(filename)) {
return getUpdaterByType('openapi');
}
if (/\.ya?ml$/.test(filename)) {
return getUpdaterByType('yaml');
}
if (/openapi.yaml/.test(filename)) {
return getUpdaterByType('openapi');
}
throw Error(

@@ -46,0 +46,0 @@ `Unsupported file (${filename}) provided for bumping.\n Please specify the updater \`type\` or use a custom \`updater\`.`,

{
"name": "commit-and-tag-version",
"version": "12.4.0",
"version": "12.4.1",
"description": "replacement for `npm version` with automatic CHANGELOG generation",

@@ -5,0 +5,0 @@ "bin": "bin/cli.js",

@@ -25,2 +25,3 @@ # Commit and Tag Version

- [.NET Support](#net-support)
- [YAML Support](#yaml-support)
- [OpenAPI Support](#openapi-support)

@@ -27,0 +28,0 @@ - [Installing `commit-and-tag-version`](#installing-commit-and-tag-version)

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