chore(main): release googlevideo 2.0.0 (#12)

* 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>
This commit is contained in:
github-actions[bot]
2024-11-02 02:05:29 -03:00
committed by GitHub
parent 160cae25e8
commit 866586c7e7
5 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}

View File

@@ -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)

View File

@@ -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"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "googlevideo",
"version": "1.1.0",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "googlevideo",
"version": "1.1.0",
"version": "2.0.0",
"funding": [
"https://github.com/sponsors/LuanRT"
],

View File

@@ -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",