Skip to content

Commit

Permalink
Open Beta 0.1.7.2 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Kim <gary@garykim.dev>
  • Loading branch information
gary-kim committed Oct 23, 2019
1 parent 780bf7a commit d7a4c0d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## Open Beta 0.1.7.2 - 2019-10-23

GitHub is now the offical home for the SAS PES project.

### Added
* Add No Warrently Disclaimer ([@gary-kim](https://github.com/gary-kim)) [#26](https://github.com/gary-kim/saspes/pull/26)

### Changed
* Change all project website links to GitHub repository ([@jadijadi](https://github.com/jadijadi)) [#19](https://github.com/gary-kim/saspes/pull/19)
* Update all dependencies
* Adjust readme and contributing ([@gary-kim](https://github.com/gary-kim)) [#21](https://github.com/gary-kim/saspes/pull/21)

### Fixed
* Fix a bug where hypothetical assignment calculator would calculate a grade and final percent that don't match ([@tcode2k16](https://github.com/tcode2k16)) [#20](https://github.com/gary-kim/saspes/pull/20)
* Properly configure Babel


## Open Beta 0.1.7.1 - 2019-09-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "saspes",
"version": "1.7.1",
"version": "1.7.2",
"description": "SAS Powerschool Enhancement Suite",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/manifest - chromium.json
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 2,
"name": "SAS Powerschool Enhancement Suite",
"short_name": "SAS PES",
"version": "0.1.7.1",
"version_name": "Public Beta 0.1.7.1",
"version": "0.1.7.2",
"version_name": "Public Beta 0.1.7.2",
"author": "Gary Kim",
"homepage_url": "https://github.com/gary-kim/saspes/",
"description": "Provides various enhancements for SAS Powerschool",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "SAS Powerschool Enhancement Suite",
"short_name": "SAS PES",
"version": "0.1.7.1",
"version": "0.1.7.2",
"author": "Gary Kim",
"homepage_url":"https://github.com/gary-kim/saspes/",
"description": "Provides various enhancements for SAS Powerschool",
Expand Down

0 comments on commit d7a4c0d

Please sign in to comment.