Skip to content

Commit

Permalink
v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei committed Oct 2, 2020
1 parent be26123 commit 8bb18cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## Changelog

### [v1.0.15](https://github.com/wachunei/directUC/compare/v1.0.14...v1.0.15)

- Add services to omnibox according to settings [`#89`](https://github.com/wachunei/directUC/pull/89)
- Use babel package.json config [`#88`](https://github.com/wachunei/directUC/pull/88)
- Update babel config [`#86`](https://github.com/wachunei/directUC/pull/86)

### [v1.0.14](https://github.com/wachunei/directUC/compare/v1.0.13...v1.0.14)

> 28 September 2020
- Add Google Drive service [`#84`](https://github.com/wachunei/directUC/pull/84)
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#83`](https://github.com/wachunei/directUC/pull/83)
- Bump eslint-plugin-import from 2.22.0 to 2.22.1 [`#82`](https://github.com/wachunei/directUC/pull/82)
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "direct-uc",
"description": "Extensión web que permite a alumnos y funcionarios de la Pontificia Universidad Católica de Chile el ingreso directo a diferentes servicios ofrecidos por esta.",
"version": "1.0.14",
"version": "1.0.15",
"repository": "git@github.com:wachunei/directUC.git",
"author": "Pedro Pablo Aste Kompen <wachunei@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -92,10 +92,15 @@
"**/?(*.)+(spec|test).[jt]s?(x)"
]
},
"babel":{
"babel": {
"presets": [
"@babel/preset-env",
["@babel/preset-react", { "runtime": "classic" }]
[
"@babel/preset-react",
{
"runtime": "classic"
}
]
]
},
"browserslist": [
Expand Down

0 comments on commit 8bb18cc

Please sign in to comment.