From 04a8d1800e7e8653bb5e647befe1244fd2c74643 Mon Sep 17 00:00:00 2001 From: Pravin Barton <9560941+isc-pbarton@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:45:29 -0500 Subject: [PATCH 1/2] doc: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f897600..34408ef2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Helps to install ObjectScript classes and routines, globals, Embedded Python modules, CSP and Frontend packages, and any files into InterSystems IRIS published on the official [Registry](https://pm.community.intersystems.com/packages/-/all) or private registry of your own. ## Documentation -* [The official documenation in the wiki](https://github.com/intersystems-community/zpm/wiki/) +* [The official documentation in the wiki](https://github.com/intersystems-community/zpm/wiki/) * [Articles on the InterSystems Developer Community](https://community.intersystems.com/tags/objectscript-package-manager-zpm) * [Videos on YouTube](https://www.youtube.com/playlist?list=PLKb2cBVphNQRcmxt4LtYDyLJEPfF4X4-4) From 0a56a0d26e2f455050f8e1d8aadc05b3270762b3 Mon Sep 17 00:00:00 2001 From: Shuheng Liu Date: Mon, 3 Feb 2025 15:25:16 -0500 Subject: [PATCH 2/2] chore: dummy change to CHANGELOG to make CI passes --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6570ce4..808c9c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,4 +95,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - #593 CSPApplication is deprecated in favor of WebApplication. User will be warned when installing a package containing CSPApplication. -