Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feasterjon committed Mar 22, 2024
1 parent 460e0ea commit 2c9cd1b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
26 changes: 3 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,8 @@

## Unreleased

### Added
- In Progress

- New features
## 1.0.0 - 2024-03-22

### Changed

- Changes in existing functionality

### Deprecated

- Soon-to-be removed features

### Removed

- Removed features

### Fixed

- Bug fixes

### Security

- Addressed vulnerabilities

## 1.0.0 - YYYY-MM-DD
- Initial Release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![RPNCalc](public/logo.png "Reverse Polish Notation (RPN) Calculator")](https://feasterjon.github.io/rpncalc/)

A Reverse Polish Notation (RPN) calculator app produced with [React](https://react.dev/) and [Tailwind CSS](https://tailwindcss.com/)
A Reverse Polish Notation (RPN) calculator Progressive Web App (PWA) produced with [React](https://react.dev/) and [Tailwind CSS](https://tailwindcss.com/)

View the live version at [https://app.jonfeaster.com/rpncalc/](https://app.jonfeaster.com/rpncalc/).

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpncalc",
"version": "1.0.0-beta",
"version": "1.0.0",
"private": true,
"homepage": "http://feasterjon.github.io/rpncalc/",
"dependencies": {
Expand All @@ -25,7 +25,7 @@
"workbox-streams": "^6.6.0"
},
"scripts": {
"start": "REACT_APP_VERSION=1.0.x-dev react-scripts start",
"start": "REACT_APP_VERSION=1.1.0-dev react-scripts start",
"build": "REACT_APP_VERSION=$npm_package_version react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 2c9cd1b

Please sign in to comment.