Skip to content

Commit 7ab3031

Browse files
jdevalkclaude
andcommitted
Bump version to 0.2.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1db906a commit 7ab3031

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-04-06
9+
10+
### Fixed
11+
12+
- Changed settings page heading to h1 for proper document structure.
13+
814
## [0.2.0] - 2026-04-06
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jdevalk/emdash-plugin-lettermint",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lettermint email provider plugin for EmDash CMS",
55
"type": "module",
66
"exports": {

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function deliverHandler(event: EmailDeliverEvent, ctx: PluginContext) {
6868
export function lettermintPlugin(): PluginDescriptor {
6969
return {
7070
id: "lettermint",
71-
version: "0.2.0",
71+
version: "0.2.1",
7272
format: "native",
7373
entrypoint: new URL("./index.ts", import.meta.url).pathname,
7474
adminEntry: new URL("./admin.tsx", import.meta.url).pathname,
@@ -82,7 +82,7 @@ export function lettermintPlugin(): PluginDescriptor {
8282
export function createPlugin() {
8383
return definePlugin({
8484
id: "lettermint",
85-
version: "0.2.0",
85+
version: "0.2.1",
8686
capabilities: ["email:provide", "network:fetch"],
8787
allowedHosts: ["api.lettermint.co"],
8888

0 commit comments

Comments
 (0)