Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 6908db2

Browse files
chore: build dist (#898)
Build dist PR
1 parent 2463dad commit 6908db2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

dist/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63277,6 +63277,7 @@ const changelog_1 = __nccwpck_require__(3325);
6327763277
// PHP Specific.
6327863278
const root_composer_update_packages_1 = __nccwpck_require__(45175);
6327963279
const base_1 = __nccwpck_require__(95081);
63280+
const default_1 = __nccwpck_require__(69995);
6328063281
const CHANGELOG_SECTIONS = [
6328163282
{ type: 'feat', section: 'Features' },
6328263283
{ type: 'fix', section: 'Bug Fixes' },
@@ -63318,6 +63319,14 @@ class PHP extends base_1.BaseStrategy {
6331863319
versionsMap,
6331963320
}),
6332063321
});
63322+
// update VERSION file
63323+
updates.push({
63324+
path: this.addPath('VERSION'),
63325+
createIfMissing: false,
63326+
updater: new default_1.DefaultUpdater({
63327+
version,
63328+
}),
63329+
});
6332163330
return updates;
6332263331
}
6332363332
}
@@ -116147,7 +116156,7 @@ module.exports = {"i8":"4.3.0"};
116147116156
/***/ ((module) => {
116148116157

116149116158
"use strict";
116150-
module.exports = {"i8":"16.3.1"};
116159+
module.exports = {"i8":"16.4.0"};
116151116160

116152116161
/***/ }),
116153116162

0 commit comments

Comments
 (0)