@tryghost/announcement-bar 1.1.343 → 1.1.345

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.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -39,6 +39,6 @@ For an intentional minor or major release:
39
39
 
40
40
  `pnpm ship` updates both the package version and Ghost's default Announcement Bar version.
41
41
 
42
- # Copyright & License
42
+ # Copyright & License
43
43
 
44
44
  Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](https://github.com/TryGhost/Ghost/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tryghost/announcement-bar",
3
- "type": "module",
4
- "version": "1.1.343",
3
+ "version": "1.1.345",
5
4
  "description": "Announcement banner for Ghost sites",
6
5
  "license": "MIT",
6
+ "author": "Ghost Foundation",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/TryGhost/Ghost"
10
10
  },
11
- "author": "Ghost Foundation",
12
11
  "files": [
13
12
  "umd/",
14
13
  "LICENSE",
15
14
  "README.md"
16
15
  ],
16
+ "type": "module",
17
17
  "publishConfig": {
18
18
  "access": "public",
19
19
  "registry": "https://registry.npmjs.org/"