diff --git a/CHANGELOG.md b/CHANGELOG.md index f625e98c..31f141ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c7a55c26..e9a183ce 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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": [