Skip to content

Commit

Permalink
Merge branch 'release/0.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlejandro committed Feb 16, 2021
2 parents b419be2 + 9438a84 commit d085162
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
tag_name = {new_version}
commit = True
tag = True
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Code Quality

on:
workflow_dispatch:
schedule:
- cron: '00 3 1 * *'
- cron: '00 3 * * 1'

jobs:
build:
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## 0.1.5 (2021-02-16)

### Changes

* Adjusting cron to weekly basis. [Luis Alejandro Martínez Faneyth]

### Other

* Bump @octokit/rest from 18.0.12 to 18.1.1. [dependabot[bot]]

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.12 to 18.1.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.0.12...v18.1.1)


## 0.1.4 (2021-02-15)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-box",
"version": "0.1.4",
"version": "0.1.5",
"description": "Update a gist to contain your recently watched movies from trakt.tv.",
"author": "Luis Alejandro Martínez Faneyth <[email protected]>",
"license": "GPL-3.0-or-later",
Expand All @@ -17,7 +17,7 @@
"update": "node index.js"
},
"dependencies": {
"@octokit/rest": "18.0.12",
"@octokit/rest": "18.1.1",
"dotenv": "8.2.0",
"eastasianwidth": "0.2.0",
"gist-box": "0.3.1",
Expand Down

0 comments on commit d085162

Please sign in to comment.