mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-26 08:08:50 +00:00
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:
committed by
GitHub
parent
160cae25e8
commit
866586c7e7
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.1.0"
|
||||
".": "2.0.0"
|
||||
}
|
||||
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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)
|
||||
|
||||
|
||||
|
||||
2
jsr.json
2
jsr.json
@@ -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
4
package-lock.json
generated
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user