This commit is contained in:
Vijay Budhram 2017-10-19 09:45:21 -04:00
Родитель ecab8bb0f3
Коммит 1a520c2136
2 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,17 @@
<a name="1.98.2"></a>
## 1.98.2 (2017-10-19)
### Bug Fixes
* **style:** Ensure the content box-shadow is not visibile in the firstrun flow. (#5614), r=@ ([ecab8bb](https://github.com/mozilla/fxa-content-server/commit/ecab8bb))
### Features
* **metrics:** emit raw navtiming flow events ([4d194c1](https://github.com/mozilla/fxa-content-server/commit/4d194c1))
<a name="1.98.1"></a>
## 1.98.1 (2017-10-18)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.98.1",
"version": "1.98.2",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "grunt build",