Skip to content

Commit e429c14

Browse files
committed
updated for v4.0.1
1 parent 7f04bf8 commit e429c14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [4.0.1](https://github.com/gitbrent/PptxGenJS/releases/tag/v4.0.1) - 2025-05-??
8+
## [4.0.1](https://github.com/gitbrent/PptxGenJS/releases/tag/v4.0.1) - 2025-06-25
99

1010
### Fixed
1111

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document outlines how to manually test PptxGenJS across supported platforms
66
77
Config Notes
88

9-
> ⚠️ Disable any VPN on the machine being used to serve from, or clients using IP address cant connect.
9+
> ⚠️ Disable VPN on the machine being used to serve from, otherwise, clients using the local IP address cannot connect.
1010
1111
## 🧪 Test Suites Overview
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pptxgenjs",
3-
"version": "4.0.1-beta.3",
3+
"version": "4.0.1",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

src/pptxgen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ import * as genMedia from './gen-media'
9898
import * as genTable from './gen-tables'
9999
import * as genXml from './gen-xml'
100100

101-
const VERSION = '4.0.1-beta.3'
101+
const VERSION = '4.0.1'
102102

103103
export default class PptxGenJS implements IPresentationProps {
104104
// Property getters/setters

0 commit comments

Comments
 (0)