@monerium/sdk 1.0.20 → 1.1.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.
@@ -25,10 +25,7 @@ jobs:
25
25
  if: ${{ steps.release.outputs.release_created }}
26
26
  - run: yarn install --frozen-lockfile
27
27
  if: ${{ steps.release.outputs.release_created }}
28
- - run: |
29
- yarn config set scope "@monerium"
30
- yarn config list
31
- yarn publish --access=public
28
+ - run: yarn publish --access=public
32
29
  env:
33
30
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
31
  if: ${{ steps.release.outputs.release_created }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/monerium/sdk/compare/v1.0.20...v1.1.0) (2022-10-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * **automated-publish:** finalize and clean up ([f0dd36b](https://github.com/monerium/sdk/commit/f0dd36b020f0642a69d8e298abb661888d316ca4))
9
+
3
10
  ## [1.0.20](https://github.com/monerium/sdk/compare/v1.0.19...v1.0.20) (2022-10-12)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monerium/sdk",
3
- "version": "1.0.20",
3
+ "version": "1.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "@monerium:registry": "https://registry.yarnpkg.com"