Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 26c310e

Browse files
committed
chore: release v1.0.0
1 parent a892184 commit 26c310e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## Unreleased
99

10+
## 1.0.0 - 2023-05-05
1011
### Added
11-
1212
- Changelog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-update-package-version",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A tool to check the latest versions of dependencies and dev-dependencies in your package.json file",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)