crawler-user-agents 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,4 +45,5 @@ jobs:
45
45
  - run: echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
46
46
  - run: git tag "v$NEW_VERSION"
47
47
  # publish this new version to github (to give the Go module a new version)
48
+ - run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
48
49
  - run: git push origin "v$NEW_VERSION"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",