Skip to content

Commit 36bc1a5

Browse files
committed
chore(release): 2.0.0
1 parent ada795e commit 36bc1a5

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented here.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.0.0](https://github.com/engineervix/ten-lists/compare/v1.1.0...v2.0.0) (2025-03-15)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Rewrite using JavaScript, with a primary focus on
13+
implementing a simple web app with a good UI/UX
14+
15+
### 🚀 Features
16+
17+
* complete rewrite of the application ([055c311](https://github.com/engineervix/ten-lists/commit/055c311ff349ec8c76ac4a33fdee7410b72ea4d4))
18+
19+
20+
### 👷 CI/CD
21+
22+
* update softprops/action-gh-release action to v2 ([#419](https://github.com/engineervix/ten-lists/issues/419)) ([188b6d1](https://github.com/engineervix/ten-lists/commit/188b6d1c1ddc3998d0fa28b362d7b418a1aae895))
23+
724
## [v1.1.0](https://github.com/engineervix/ten-lists/compare/v1.0.1...v1.1.0) (2025-03-15)
825

926

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ten-lists",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "A daily Bible listening app based on Professor Grant Horner's Bible-Reading System",
55
"private": true,
66
"author": "Victor Miti",

0 commit comments

Comments
 (0)