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

@changesets/changelog-git

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/changelog-git - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

CHANGELOG.md
# @changesets/changelog-git
## 0.1.3
### Patch Changes
- Updated dependencies [[`41e2e3d`](https://github.com/atlassian/changesets/commit/41e2e3dd1053ff2f35a1a07e60793c9099f26997), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`2363366`](https://github.com/atlassian/changesets/commit/2363366756d1b15bddf6d803911baccfca03cbdf)]:
- @changesets/types@1.0.0
## 0.1.2

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@changesets/changelog-git",
"version": "0.1.2",
"version": "0.1.3",
"description": "A changelog entry generator for git that writes hashes",

@@ -10,4 +10,4 @@ "main": "dist/changelog-git.cjs.js",

"dependencies": {
"@changesets/types": "^0.4.0"
"@changesets/types": "^1.0.0"
}
}

@@ -5,3 +5,3 @@ import {

ChangelogFunctions,
ModCompWithWorkspace
ModCompWithPackage
} from "@changesets/types";

@@ -30,3 +30,3 @@

changesets: NewChangesetWithCommit[],
dependenciesUpdated: ModCompWithWorkspace[]
dependenciesUpdated: ModCompWithPackage[]
) => {

@@ -33,0 +33,0 @@ if (dependenciesUpdated.length === 0) return "";

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