Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

automated-release-npm

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automated-release-npm - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0

10

CHANGELOG.md
# Changelog
## [2.0.0](https://github.com/sherwinski/automated-release-npm/compare/1.5.0...2.0.0) (2024-11-04)
### ⚠ BREAKING CHANGES
* removes a feature
### Bug Fixes
* changing a feature ([fc8fdfe](https://github.com/sherwinski/automated-release-npm/commit/fc8fdfea0729b2bfb03cc904f9b8a0cf6aa73d21))
## [1.5.0](https://github.com/sherwinski/automated-release-npm/compare/1.4.0...1.5.0) (2024-11-04)

@@ -4,0 +14,0 @@

9

index.js

@@ -17,3 +17,10 @@ console.log("Hello World");

// 2.0.0
// expecting 2.0.0, got 1.5.0
// feat: changing a feature
// BREAKING CHANGE
console.log("Hello World 7");
// expecting 2.0.0, got 1.5.0
// fix: changing a feature
// BREAKING CHANGE: removes a feature
console.log("Hello World 7");

2

package.json
{
"name": "automated-release-npm",
"version": "1.5.0",
"version": "2.0.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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