Skip to content

Commit d7a4c0d

Browse files
committed
Open Beta 0.1.7.2 Release
Signed-off-by: Gary Kim <[email protected]>
1 parent 780bf7a commit d7a4c0d

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Open Beta 0.1.7.2 - 2019-10-23
4+
5+
GitHub is now the offical home for the SAS PES project.
6+
7+
### Added
8+
* Add No Warrently Disclaimer ([@gary-kim](https://github.com/gary-kim)) [#26](https://github.com/gary-kim/saspes/pull/26)
9+
10+
### Changed
11+
* Change all project website links to GitHub repository ([@jadijadi](https://github.com/jadijadi)) [#19](https://github.com/gary-kim/saspes/pull/19)
12+
* Update all dependencies
13+
* Adjust readme and contributing ([@gary-kim](https://github.com/gary-kim)) [#21](https://github.com/gary-kim/saspes/pull/21)
14+
15+
### Fixed
16+
* 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)
17+
* Properly configure Babel
18+
19+
320
## Open Beta 0.1.7.1 - 2019-09-18
421

522
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "saspes",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "SAS Powerschool Enhancement Suite",
55
"main": "index.js",
66
"scripts": {

src/manifest - chromium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 2,
33
"name": "SAS Powerschool Enhancement Suite",
44
"short_name": "SAS PES",
5-
"version": "0.1.7.1",
6-
"version_name": "Public Beta 0.1.7.1",
5+
"version": "0.1.7.2",
6+
"version_name": "Public Beta 0.1.7.2",
77
"author": "Gary Kim",
88
"homepage_url": "https://github.com/gary-kim/saspes/",
99
"description": "Provides various enhancements for SAS Powerschool",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "SAS Powerschool Enhancement Suite",
44
"short_name": "SAS PES",
5-
"version": "0.1.7.1",
5+
"version": "0.1.7.2",
66
"author": "Gary Kim",
77
"homepage_url":"https://github.com/gary-kim/saspes/",
88
"description": "Provides various enhancements for SAS Powerschool",

0 commit comments

Comments
 (0)