Skip to content

Commit

Permalink
core-js 4.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 1, 2024
1 parent bea7673 commit be85c1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.7.0</version>
<version>4.8.0-SNAPSHOT</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -29,7 +29,7 @@
<htmlunitcsp.version>4.7.0</htmlunitcsp.version>
<htmlunitneko.version>4.7.0</htmlunitneko.version>
<htmlunitxpath.version>4.7.0</htmlunitxpath.version>
<htmlunitcorejs.version>4.7.0</htmlunitcorejs.version>
<htmlunitcorejs.version>4.8.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.7.0</htmlunitwebsocketclient.version>

<httpcomponents.version>4.5.14</httpcomponents.version>
Expand Down Expand Up @@ -269,7 +269,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>6.0.0</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
7 changes: 7 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
</properties>

<body>
<release version="4.8.0" date="December xx, 2024" description="Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: Some improvments for the interpreter by generating smaller interpreter bytecode.
</action>
</release>


<release version="4.7.0" date="November 29, 2024" description="Chrome/Edge 131, Firefox 133, String.matchAll, Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: String.prototype.matchAll, Symbol.matchAll, and RegExp.prototype[Symbol.matchAll] added.
Expand Down

0 comments on commit be85c1d

Please sign in to comment.