Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
chore: release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Feb 4, 2019
1 parent 9679f1a commit cb02204
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.2.3](https://github.com/serlo/serlo-abc/compare/1.2.2..1.2.3) - February 4, 2019

### Changed

- Don't play long sounds in repeat lesson

## [1.2.2](https://github.com/serlo/serlo-abc/compare/1.2.1..1.2.2) - February 2, 2019

### Changed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Serlo ABC

[![Travis Build Status](https://img.shields.io/travis/com/serlo/serlo-abc.svg?style=flat-square)](https://travis-ci.com/serlo/serlo-abc)
[![Expo Build (master)](https://img.shields.io/badge/Expo-master-blue.svg?style=flat-square)](https://expo.io/@serlo-org/serlo-abc)
[![Expo Build (development)](https://img.shields.io/badge/Expo-development-orange.svg?style=flat-square)](https://expo.io/@serlo-org/serlo-abc?release-channel=development)
[![Travis Build Status](https://img.shields.io/travis/com/serlo/serlo-abc.svg)](https://travis-ci.com/serlo/serlo-abc)
[![Expo Build (master)](https://img.shields.io/badge/Expo-master-blue.svg)](https://expo.io/@serlo-org/serlo-abc)
[![Expo Build (development)](https://img.shields.io/badge/Expo-development-orange.svg)](https://expo.io/@serlo-org/serlo-abc?release-channel=development)

<a href="https://play.google.com/store/apps/details?id=org.serlo.abc&utm_source=github.com/serlo-org/serlo-abc">
<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" width="200" />
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": "@serlo/serlo-abc",
"version": "1.2.2",
"version": "1.2.3",
"versionCode": 5,
"main": "node_modules/expo/AppEntry.js",
"repository": "serlo/serlo-abc",
Expand Down
13 changes: 7 additions & 6 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ const releases: Parameters<typeof generateChangelog>['0'] = [
{
tagName: '1.2.2',
date: '2019-02-02',
changed: [
'New app icons'
],
fixed: [
'Allow repeating of lessons'
],
changed: ['New app icons'],
fixed: ['Allow repeating of lessons'],
internal: [
'Prepare iOS release',
'Improve deployment process',
'Generate changelog'
]
},
{
tagName: '1.2.3',
date: '2019-02-04',
changed: ["Don't play long sounds in repeat lesson"]
}
];

Expand Down

0 comments on commit cb02204

Please sign in to comment.