Skip to content

Commit 0cd8b0d

Browse files
chore(release): v1.0.4 [skip ci]
1 parent 300afcf commit 0cd8b0d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8-
## [Unreleased]
9-
10-
### Added
11-
12-
- Changelog
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## 1.0.4 - 2024-04-15
11+
### Added
12+
- Changelog

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-add-num",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Add up all the numbers in the array",
55
"license": "MIT",
66
"repository": "https://github.com/palashmon/array-add-num",

0 commit comments

Comments
 (0)