Skip to content

Commit

Permalink
chore(main): release googlevideo 2.0.0 (#12)
Browse files Browse the repository at this point in the history
* chore(main): release googlevideo 2.0.0

* chore: fix changelog

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luan <luan.lrt4@gmail.com>
  • Loading branch information
github-actions[bot] and LuanRT authored Nov 2, 2024
1 parent 160cae2 commit 866586c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v1.1.0...googlevideo-v2.0.0) (2024-11-02)


### ⚠ BREAKING CHANGES

* drop `cjs` support

### Code Refactoring

* drop `cjs` support ([ec64dd5](https://github.com/LuanRT/googlevideo/commit/ec64dd5183cd4ca755d9ea5efae3ffeade875f75))

## 1.1.0 (2024-10-24)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luanrt/googlevideo",
"version": "1.1.0",
"version": "2.0.0",
"exports": "./src/index.ts",
"imports": {
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "googlevideo",
"version": "1.1.0",
"version": "2.0.0",
"description": "A set of utilities for working with Google Video APIs.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 866586c

Please sign in to comment.