Skip to content

Commit 691209a

Browse files
authored
Merge pull request #18 from verygoodplugins/release-please--branches--main--components--mcp-evernote
chore(main): release mcp-evernote 1.2.3
2 parents 5cedd64 + 74547b5 commit 691209a

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.2"
2+
".": "1.2.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.3](https://github.com/verygoodplugins/mcp-evernote/compare/mcp-evernote-v1.2.2...mcp-evernote-v1.2.3) (2026-01-21)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** use npm install instead of npm ci for cross-version compat ([5cedd64](https://github.com/verygoodplugins/mcp-evernote/commit/5cedd6485fcb78c60eee3f3f577a7a0788b8aab7))
14+
815
## [1.2.2](https://github.com/verygoodplugins/mcp-evernote/compare/mcp-evernote-v1.2.1...mcp-evernote-v1.2.2) (2026-01-21)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verygoodplugins/mcp-evernote",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "MCP server for Evernote integration with note management and synchronization",
55
"main": "dist/index.js",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.verygoodplugins/mcp-evernote",
44
"title": "MCP Evernote",
55
"description": "Evernote note management with OAuth and ENML conversion",
6-
"version": "1.2.2",
6+
"version": "1.2.3",
77
"websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry",
88
"repository": {
99
"url": "https://github.com/verygoodplugins/mcp-evernote",
@@ -13,7 +13,7 @@
1313
{
1414
"registryType": "npm",
1515
"identifier": "@verygoodplugins/mcp-evernote",
16-
"version": "1.2.2",
16+
"version": "1.2.3",
1717
"transport": {
1818
"type": "stdio"
1919
}

0 commit comments

Comments
 (0)