This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -63277,6 +63277,7 @@ const changelog_1 = __nccwpck_require__(3325);
63277
63277
// PHP Specific.
63278
63278
const root_composer_update_packages_1 = __nccwpck_require__(45175);
63279
63279
const base_1 = __nccwpck_require__(95081);
63280
+ const default_1 = __nccwpck_require__(69995);
63280
63281
const CHANGELOG_SECTIONS = [
63281
63282
{ type: 'feat', section: 'Features' },
63282
63283
{ type: 'fix', section: 'Bug Fixes' },
@@ -63318,6 +63319,14 @@ class PHP extends base_1.BaseStrategy {
63318
63319
versionsMap,
63319
63320
}),
63320
63321
});
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
+ });
63321
63330
return updates;
63322
63331
}
63323
63332
}
@@ -116147,7 +116156,7 @@ module.exports = {"i8":"4.3.0"};
116147
116156
/***/ ((module) => {
116148
116157
116149
116158
"use strict";
116150
- module.exports = {"i8":"16.3.1 "};
116159
+ module.exports = {"i8":"16.4.0 "};
116151
116160
116152
116161
/***/ }),
116153
116162
You can’t perform that action at this time.
0 commit comments