oclif-plugin-update-notifier 1.5.154 → 1.5.155

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.5.155](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.154...v1.5.155) (2026-03-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.8.3 to 4.9.0 ([#1074](https://github.com/jayree/oclif-plugin-update-notifier/issues/1074)) ([635231b](https://github.com/jayree/oclif-plugin-update-notifier/commit/635231bc0266e72fc8ce8efe01971220696508f2))
7
+
1
8
  ## [1.5.154](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.153...v1.5.154) (2026-03-06)
2
9
 
3
10
 
package/README.md CHANGED
@@ -19,7 +19,7 @@ $ npm install -g oclif-plugin-update-notifier
19
19
  $ oclif-example COMMAND
20
20
  running command...
21
21
  $ oclif-example (--version)
22
- oclif-plugin-update-notifier/1.5.154 linux-x64 node-v24.14.0
22
+ oclif-plugin-update-notifier/1.5.155 linux-x64 node-v24.14.0
23
23
  $ oclif-example --help [COMMAND]
24
24
  USAGE
25
25
  $ oclif-example COMMAND
@@ -57,5 +57,5 @@ DESCRIPTION
57
57
  check installed plugins for updates
58
58
  ```
59
59
 
60
- _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.154/src/commands/plugins/update/check.ts)_
60
+ _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.155/src/commands/plugins/update/check.ts)_
61
61
  <!-- commandsstop -->