Skip to content

Commit d2e6f96

Browse files
chore: update release branch to master and bump version to 1.0.10
1 parent 64d5459 commit d2e6f96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [feat/2326-npm-publish]
5+
branches: [master]
66

77
jobs:
88
build:
@@ -41,7 +41,7 @@ jobs:
4141
uses: JS-DevTools/npm-publish@v3
4242
with:
4343
token: ${{ secrets.NPM_TOKEN }}
44-
access: public # Uncomment this line if you want to publish the package as public for first time
44+
# access: public # Uncomment this line if you want to publish the package as public for first time
4545

4646
# Auto-tag the new version if a change is detected
4747
- name: Auto-tag new version

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Contentstack Ecosystem <[email protected]>",
33
"name": "@contentstack/datasync-mongodb-sdk",
4-
"version": "1.0.9-beta.1",
4+
"version": "1.0.10",
55
"description": "Mongodb query wrapper around contents synced via @contentstack/content-store-mongodb",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)