@release-change/logger 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,8 +4,8 @@ Print messages in the terminal for release-change
4
4
 
5
5
  ![License: MIT](https://img.shields.io/github/license/release-change/release-change)
6
6
  [![ESM-only package](https://img.shields.io/badge/package-ESM--only-ffe536)](https://nodejs.org/api/esm.html)
7
- [![Conventional Commits 1.0.0](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8
- [![Formatted with Biome](https://img.shields.io/badge/Formatted_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev/)
7
+ [![Conventional Commits 1.0.0](https://img.shields.io/badge/Conventional_Commits-1.0.0-fe5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
8
+ [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)
9
9
  ![NPM latest version](https://img.shields.io/npm/v/%40release-change%2Flogger/latest)
10
10
  ![Node support](https://img.shields.io/node/v/%40release-change%2Flogger)
11
11
  ![Build status](https://img.shields.io/github/actions/workflow/status/release-change/release-change/run-tests.yml)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@release-change/logger",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Print messages in the terminal for release-change",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/release-change/release-change",
@@ -24,10 +24,10 @@
24
24
  "engines": {
25
25
  "node": "^20.18.3 || ^22.12.0 || ^24.0.0",
26
26
  "npm": ">=10.8.2",
27
- "pnpm": ">=10.28.0"
27
+ "pnpm": ">=10.32.1"
28
28
  },
29
29
  "dependencies": {
30
- "@release-change/shared": "0.1.2"
30
+ "@release-change/shared": "0.1.3"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsc",