Skip to content

Commit 7c32206

Browse files
Merge pull request #2 from WebSpellChecker/feat/npm-publish
feat: Publish NPM Package
2 parents a9fde8e + 38debea commit 7c32206

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `@webspellchecker/wproofreader-learnosity`.
44

55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [1.2.1]
8+
9+
### Features
10+
11+
- **Published to npm.** `@webspellchecker/wproofreader-learnosity` is now available on the public npm registry. v1.2.1 is functionally identical to v1.2.0; the bump exists to mark the npm publication event so the jsDelivr URL documented in the README resolves.
12+
713
## [1.2.0]
814

915
### Features
@@ -37,6 +43,7 @@ Initial public release.
3743
- **Configurable WProofreader bundle URL** via `bundleUrl`, for customers running WProofreader from a non-default CDN host.
3844
- **Apache-2.0 licensed.**
3945

46+
[1.2.1]: https://github.com/WebSpellChecker/wproofreader-learnosity/releases/tag/v1.2.1
4047
[1.2.0]: https://github.com/WebSpellChecker/wproofreader-learnosity/releases/tag/v1.2.0
4148
[1.1.0]: https://github.com/WebSpellChecker/wproofreader-learnosity/releases/tag/v1.1.0
4249
[1.0.0]: https://github.com/WebSpellChecker/wproofreader-learnosity/releases/tag/v1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
WProofreader for Learnosity. Spelling, grammar and style assistance inside Learnosity rich-text widgets, with one function call.
44

5-
> v1.2.0. Apache-2.0. TypeScript definitions included. Two install paths: npm (ESM) and CDN (IIFE). Cloud and self-hosted WProofreader. Per-editor surface filter, lifecycle cleanup, locale-aware defaults, optional escape hatches for unusual host apps.
5+
> v1.2.1. Apache-2.0. TypeScript definitions included. Two install paths: npm (ESM) and CDN (IIFE). Cloud and self-hosted WProofreader. Per-editor surface filter, lifecycle cleanup, locale-aware defaults, optional escape hatches for unusual host apps.
66
77
## Install
88

@@ -27,7 +27,7 @@ LearnosityWProofreader.init({
2727
For host apps where adding a bundler is overkill (classic HTML, PHP, Python, Java, ASP.NET, Ruby), load the connector from jsDelivr:
2828

2929
```html
30-
<script src="https://cdn.jsdelivr.net/npm/@webspellchecker/wproofreader-learnosity@1.2.0/dist/wproofreader-learnosity.min.js"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/@webspellchecker/wproofreader-learnosity@1.2.1/dist/wproofreader-learnosity.min.js"></script>
3131
<script>
3232
LearnosityWProofreader.init({
3333
wproofreader: { serviceId: 'YOUR_WPROOFREADER_SERVICE_ID' }

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webspellchecker/wproofreader-learnosity",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "WProofreader for Learnosity. Spelling, grammar and style assistance inside Learnosity rich-text widgets.",
55
"type": "module",
66
"main": "src/index.js",
@@ -42,6 +42,6 @@
4242
"type": "git",
4343
"url": "https://github.com/WebSpellChecker/wproofreader-learnosity.git"
4444
},
45-
"private": true,
45+
"private": false,
4646
"license": "Apache-2.0"
4747
}

0 commit comments

Comments
 (0)