Skip to content

Commit

Permalink
Updated release version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Oct 5, 2020
1 parent 08781d2 commit d37e7d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2020-10-05
### Added
- posthog event to distinguish between mobile/desktop device

## [1.1.0] - 2020-09-02
### Changed
- legal and dgstvo links are not shown on summary page

### Fixed
- On some devices desktop parts were hidden

Expand Down
2 changes: 1 addition & 1 deletion e_metrobus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.2.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e_metrobus",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.4.7",
Expand Down

0 comments on commit d37e7d1

Please sign in to comment.