Skip to content

Commit 6e95b78

Browse files
committed
chore(publish): release v1.16.11
1 parent 714aff0 commit 6e95b78

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.16.11] - 2024-05-26
11+
1012
### Fixed
1113

1214
- 修复军事院校的地点无法填充的问题。closes: [#126](https://github.com/northword/zotero-format-metadata/issues/126), fix: [#189](https://github.com/northword/zotero-format-metadata/issues/189)
@@ -797,7 +799,7 @@ No changes, test release only.
797799
- chore: update readme [`5b8920c`](https://github.com/northword/zotero-format-metadata/commit/5b8920ce6d0fe14076581e6a426b3426a2f5cd9b)
798800
- feat: add university list data [`665f57a`](https://github.com/northword/zotero-format-metadata/commit/665f57a0f74222a02987d833ef6fbcbf4943fcec)
799801

800-
[unreleased]: https://github.com/northword/zotero-format-metadata/compare/v1.16.10...HEAD
802+
[unreleased]: https://github.com/northword/zotero-format-metadata/compare/v1.16.11...HEAD
801803
[1.6.11]: https://github.com/northword/zotero-format-metadata/compare/1.6.10...1.6.11
802804
[1.6.10]: https://github.com/northword/zotero-format-metadata/compare/1.6.9...1.6.10
803805
[1.6.9]: https://github.com/northword/zotero-format-metadata/compare/1.6.8...1.6.9
@@ -858,6 +860,7 @@ No changes, test release only.
858860
[0.0.4]: https://github.com/northword/zotero-format-metadata/compare/0.0.3...0.0.4
859861
[0.0.3]: https://github.com/northword/zotero-format-metadata/compare/0.0.2...0.0.3
860862
[0.0.2]: https://github.com/northword/zotero-format-metadata/commits/0.0.2
863+
[1.16.11]: https://github.com/northword/zotero-format-metadata/compare/v1.16.10...v1.16.11
861864
[1.16.10]: https://github.com/northword/zotero-format-metadata/compare/v1.16.9...v1.16.10
862865
[1.16.9]: https://github.com/northword/zotero-format-metadata/compare/v1.16.8...v1.16.9
863866
[1.16.8]: https://github.com/northword/zotero-format-metadata/compare/v1.16.7...v1.16.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zotero-format-metadata",
3-
"version": "1.16.10",
3+
"version": "1.16.11",
44
"description": "An addon for Zotero to format item metadata.",
55
"config": {
66
"addonName": "Linter for Zotero",

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
{
25-
"version": "1.16.10",
26-
"update_link": "https://github.com/northword/zotero-format-metadata/releases/download/v1.16.10/linter-for-zotero.xpi",
25+
"version": "1.16.11",
26+
"update_link": "https://github.com/northword/zotero-format-metadata/releases/download/v1.16.11/linter-for-zotero.xpi",
2727
"applications": {
2828
"zotero": {
2929
"strict_min_version": "7.0.0-beta.55",

0 commit comments

Comments
 (0)