Skip to content
Snippets Groups Projects
Commit f6c6454c authored by Fernando Erd's avatar Fernando Erd
Browse files

v1.13.1

parent 800adc24
No related branches found
No related tags found
No related merge requests found
Pipeline #23114 failed
...@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## 1.13.1 - 2020-05-12
## Changed
- Fix dot error
## 1.13.0 - 2020-04-XX ## 1.13.0 - 2020-04-XX
## Added ## Added
- Added 2019 data - Added 2019 data
......
...@@ -43,7 +43,7 @@ module.exports = function educationLevelMod(id) { ...@@ -43,7 +43,7 @@ module.exports = function educationLevelMod(id) {
case 11: case 11:
return 'EJA - EF e EM Integrado - tecnico'; return 'EJA - EF e EM Integrado - tecnico';
case 12: case 12:
return 'Educacao Profissional - concomitante e subsequente.' return 'Educacao Profissional - concomitante e subsequente'
default: default:
return 'Não classificada'; return 'Não classificada';
} }
......
...@@ -35,6 +35,6 @@ module.exports = function ruralLocation(id) { ...@@ -35,6 +35,6 @@ module.exports = function ruralLocation(id) {
case 7: case 7:
return 'Rural - Unidade de uso sustentavel em terra indígena'; return 'Rural - Unidade de uso sustentavel em terra indígena';
case 8: case 8:
return 'Rural - Unidade de uso sustentável em área remanescente de quilombos.'; return 'Rural - Unidade de uso sustentável em área remanescente de quilombos';
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment