@azure-devops/mcp 2.3.0-nightly.20251210 → 2.3.0-nightly.20251211
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/README.md +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -186,7 +186,7 @@ See our [Contributions Guide](./CONTRIBUTING.md) for:
|
|
|
186
186
|
- 📝 Code style & testing
|
|
187
187
|
- 🔄 Pull request process
|
|
188
188
|
|
|
189
|
-
> ⚠️ Please read the [Contributions Guide](./CONTRIBUTING.md) before creating a pull request
|
|
189
|
+
> ⚠️ Please read the [Contributions Guide](./CONTRIBUTING.md) before creating a pull request.
|
|
190
190
|
|
|
191
191
|
## 🤝 Code of Conduct
|
|
192
192
|
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = "2.3.0-nightly.
|
|
1
|
+
export const packageVersion = "2.3.0-nightly.20251211";
|