Skip to content

Commit eb447ec

Browse files
authored
Merge pull request #17 from PureMVC/github-workflow-setup
Remove build tag
2 parents e992281 + a3644f1 commit eb447ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [PureMVC](http://puremvc.github.com/) JavaScript MultiCore Framework [![Node.js CI](https://github.com/PureMVC/puremvc-js-multicore-framework/actions/workflows/node.js.yml/badge.svg)](https://github.com/PureMVC/puremvc-js-multicore-framework/actions/workflows/node.js.yml)
1+
## [PureMVC](http://puremvc.github.com/) JavaScript MultiCore Framework
22

33
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern).
44

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Date: 11/25/25
44
Platform: JavaScript
55
Version: 2
66
Revision: 0
7-
Minor: 10
7+
Minor: 11
88
Authors: Saad Shams <saad.shams@puremvc.org>
99
: David Foley <david.foley@puremvc.org>
1010
: Cliff Hall <cliff.hall@puremvc.org>
@@ -19,4 +19,4 @@ Release Date: 11/25/25
1919
2.0.7 - Finally? NPM bundling
2020
2.0.8 - CI/CD Pipeline
2121
2.0.9 - CI/CD Integrating Automated Tokens
22-
2.0.10 -
22+
2.0.10 - 2.0.11 NPM Trusted publisher workflow

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puremvc/puremvc-js-multicore-framework",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "PureMVC MultiCore Framework for JavaScript",
55
"type": "module",
66
"main": "bin/cjs/index.cjs",

0 commit comments

Comments
 (0)