Skip to content

Commit

Permalink
chore: prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and ilyvion committed Sep 9, 2023
1 parent fa238e0 commit 62fad10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased][unreleased]

## [1.0.0][] - 2023-09-09

> Hello! It has once again been a while, but this time, it's a big one! I've been meaning to do it for a long time, but I finally got around to rewrite the extension from scratch using React as the framework rather than AngularJS v1. While I was at it, I also updated/upgraded everything else about the script that I could, and it's much more modern and user friendly now.
>
Expand Down Expand Up @@ -329,7 +331,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Attempt to fix Travis build

[unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/0.6.2...HEAD
[0.6.2]: https://github.com/Questionable-Content-Extensions/client/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/Questionable-Content-Extensions/client/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/Questionable-Content-Extensions/client/compare/0.5.3...0.6.0
Expand All @@ -348,3 +349,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.1.2]: https://github.com/Questionable-Content-Extensions/client/compare/0.1.0...0.1.2
[0.1.0]: https://github.com/Questionable-Content-Extensions/client/releases/tag/0.1.0
[issues]: https://github.com/Questionable-Content-Extensions/client/issues
[unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/1.0.0...HEAD
[1.0.0]: https://github.com/Questionable-Content-Extensions/client/compare/0.6.2...1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "questionable-content-spa",
"version": "0.7.0",
"version": "1.0.0",
"description": "Questionable Content Single-Page Application with Extra Features",
"private": true,
"scripts": {
Expand Down

0 comments on commit 62fad10

Please sign in to comment.