@arc-e-tect/api-only-publisher 0.5.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/README.adoc +3 -2
  2. package/package.json +1 -1
package/README.adoc CHANGED
@@ -4,8 +4,9 @@
4
4
  :toclevels: 2
5
5
  :icons: font
6
6
  :source-highlighter: rouge
7
- // The component versions this document describes; change them here only.
8
- :api-only-publisher-version: 0.4.0
7
+ // The released version of this component: its snippets use it. The release
8
+ // workflow updates it; do not change it by hand.
9
+ :api-only-publisher-version: 0.6.1
9
10
 
10
11
  image:https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-API/actions/workflows/nvd-cache-refresh.yml/badge.svg[Vulnerability Scan,link=https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-API/actions/workflows/nvd-cache-refresh.yml]
11
12
  image:https://img.shields.io/npm/v/@arc-e-tect/api-only-publisher[npm,link=https://www.npmjs.com/package/@arc-e-tect/api-only-publisher]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-e-tect/api-only-publisher",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Builds, packs and publishes API description documents from a library of reusable fragments.",
5
5
  "license": "MIT",
6
6
  "author": "Arc-E-Tect",