@domoinc/ryuu-proxy 4.3.4-beta.0 → 4.3.4
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.
- package/CHANGELOG.md +2 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,4 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [4.3.4](https://github.com/DomoApps/ryuu-proxy/compare/v4.3.4-beta.0...v4.3.4) (2023-06-26)
|
|
6
|
+
|
|
5
7
|
### [4.3.4-beta.0](https://github.com/DomoApps/ryuu-proxy/compare/v3.1.0...v4.3.4-beta.0) (2023-06-08)
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ryuu-proxy
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.org/package/@domoinc/ryuu-proxy)
|
|
4
|
-
[](https://packagephobia.com/result?p=@domoinc/ryuu)
|
|
4
|
+
[](https://packagephobia.com/result?p=@domoinc/ryuu-proxy)
|
|
5
5
|
[](https://npm-stat.com/charts.html?package=@domoinc/ryuu)
|
|
6
6
|
[](https://snyk.io/test/npm/@domoinc/ryuu-proxy)
|
|
7
7
|
|
|
@@ -167,7 +167,7 @@ All necessary files will be built/copied into the `dist` folder.
|
|
|
167
167
|
|
|
168
168
|
## Contributing
|
|
169
169
|
|
|
170
|
-
Recommended Workflow:
|
|
170
|
+
### Recommended Workflow:
|
|
171
171
|
|
|
172
172
|
1. Create new branch (named "DOMO-XXXXXX")
|
|
173
173
|
2. Make Changes
|
|
@@ -176,7 +176,7 @@ Recommended Workflow:
|
|
|
176
176
|
5. Make pull request
|
|
177
177
|
6. After pull request is merged to master, bump version, then release it to npm
|
|
178
178
|
|
|
179
|
-
|
|
179
|
+
### Versioning
|
|
180
180
|
|
|
181
181
|
This project utilizes [standard-version](https://github.com/conventional-changelog/standard-version).
|
|
182
182
|
|