Socket
Socket
Sign inDemoInstall

changelog-version

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    changelog-version

Build tool to update CHANGELOG.md file with the version


Version published
Weekly downloads
7
increased by133.33%
Maintainers
1
Install size
5.42 kB
Created
Weekly downloads
 

Changelog

Source

v2.0.0 - 2020-07-15

Changed

  • Added support for node 10, 12 and 14
  • Updated dev dependencies

Deprecated

  • BREAKING Drop support for node 4 and 7

Readme

Source

Changelog Version

Build Status codecov.io bitHound Overall Score Dependency Status Greenkeeper badge

NPM

Build tool to update CHANGELOG.md file with the version number.

Example of use

Having the next files on your project.

package.json

{
  "name": "awesome-tool",
  "version": "1.0.0",
  "description": "The Awesome Tool"
}

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!--
## [UNRELEASED]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->

## [UNRELEASED]
### Added
- My super fancy feature

When executing the next line in the terminal:

changelog-version

The CHANGELOG.md file will be updated to:

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!--
## [UNRELEASED]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->

## 2049-02-29 - v1.0.0
### Added
- My super fancy feature

license

MIT

Keywords

FAQs

Last updated on 15 Jul 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc