This is an automated email from the git hooks/post-receive script.
cohosh pushed a change to branch main in repository pluggable-transports/snowflake-webext.
from b8b7900 bump version to 0.7.2 new b8b13cb Update npm package version in package-lock.json new 5617b95 Update documentation to reference main branch
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: README.md | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
commit b8b13cbce561c9f83070ed1efe18eedf345f5fbf Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Mon Apr 10 19:40:57 2023 -0400
Update npm package version in package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json index a89a009..08dccb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snowflake-pt", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snowflake-pt", - "version": "0.7.1", + "version": "0.7.2", "license": "BSD-3-Clause", "dependencies": { "wrtc": "^0.4.7",
This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake-webext.
commit 5617b95b9342758d3844a54a539cf5533531ddb1 Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Mon Apr 10 19:41:22 2023 -0400
Update documentation to reference main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index cc6cecb..a875369 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ git submodule update npm run pack-webext x.y.z
# Push the bump commit and tags -git push origin master +git push origin main git push origin --tags
# Upload the generated build-webext-chromium.zip, build-webext-gecko.zip (and source.zip) to the webextension stores, respectively,
tor-commits@lists.torproject.org