Bump version to 1.0.0, update CHANGELOG.md

This commit is contained in:
Yuta Saito 2024-03-09 14:37:30 +00:00
parent 3ca2e58bf3
commit 9b8ba12741
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 1.0.0 (XX XXX 2024)
# 1.0.0 (9 Mar 2024)
**Breaking changes:**

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
public let cartonVersion = "0.20.1"
public let cartonVersion = "1.0.0"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "carton",
"version": "0.20.1",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "carton",
"version": "0.20.1",
"version": "1.0.0",
"license": "Apache-2.0",
"devDependencies": {
"@wasmer/wasi": "^0.12.0",

View File

@ -1,6 +1,6 @@
{
"name": "carton",
"version": "0.20.1",
"version": "1.0.0",
"description": "📦 Watcher, bundler, and test runner for your SwiftWasm apps ",
"main": "index.js",
"repository": {