Skip to content

Commit

Permalink
Merge branch 'release/v0.19.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Oct 17, 2021
2 parents 906ca00 + 7ed5dc1 commit 30027fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
dist: xenial
language: node_js
script:
- yarn codecov
node_js:
- node
before_install:
- "pyenv install 3.6.3"
- "pyenv global 3.6.3"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esc-configurator",
"version": "0.19.0",
"version": "0.19.1",
"private": false,
"license": "AGPL-3.0",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"title": "0.19.1",
"items": [
"Bugfix: Fix travis builds by installing python before installing node dependencies"
]
},
{
"title": "0.19.0",
"items": [
Expand Down
2 changes: 1 addition & 1 deletion src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v0.19.0",
"version": "v0.19.1",
"corsProxy": "https://bubblesort.me/?",
"availableLanguages": [
{
Expand Down

0 comments on commit 30027fa

Please sign in to comment.