Skip to content

Commit

Permalink
version v5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Apr 18, 2024
1 parent 974c9ee commit 6ef2f20
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: "5.16.1"
current_version: "5.17.0"
base_branch: "master"
strategy:
name: "semver"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yt_clipper_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Can work around to some degree using set-env
env:
NAME: yt_clipper
VERSION: '5.16.1'
VERSION: '5.17.0'

jobs:
build:
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.17.0](https://github.com/exwm/yt_clipper/compare/v5.16.1...v5.17.0) (2024-04-18)


### Major Dependency Upgrades

* **clipper:** update yt-dlp dependency from v2023.11.16 to v2024.04.09 ([f8a5924](https://github.com/exwm/yt_clipper/commit/f8a592469b6505ee43b3d3e3af7bf3e87c72f359))

### [5.16.1](https://github.com/exwm/yt_clipper/compare/v5.16.0...v5.16.1) (2023-12-08)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yt_clipper",
"author": "exwm",
"homepage": "https://openuserjs.org/scripts/elwm/yt_clipper",
"version": "5.16.1",
"version": "5.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clipper"
version = "5.16.1"
version = "5.17.0"
description = "Quickly generate clipped webms."
authors = ["exwm <rjvgb@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/clipper/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.16.1"
__version__ = "5.17.0"
6 changes: 3 additions & 3 deletions src/markup/yt_clipper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// BANNER GUARD
// @locale english
// @name yt_clipper
// @version 5.16.1
// @version 5.16.1
// @version 5.17.0
// @version 5.17.0
// @description Mark up YouTube videos and quickly generate clipped webms.
// @author elwm
// @namespace https://github.com/exwm
Expand Down Expand Up @@ -33,7 +33,7 @@
// ==/UserScript==
// BANNER GUARD

const __version__ = '5.16.1';
const __version__ = '5.17.0';

import { Chart, ChartConfiguration } from 'chart.js';
import { safeHtml, stripIndent } from 'common-tags';
Expand Down

0 comments on commit 6ef2f20

Please sign in to comment.