From 571e1735f6e8d4b30752ce3dc88575a94e18e6e0 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Wed, 12 Jun 2019 11:31:15 +0100 Subject: [PATCH] chore(release): 0.11.4 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2b8ae..142b492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.11.4](https://github.com/JamieMason/astexplorer.app/compare/0.10.4...0.11.4) (2019-06-12) + +### Features + +- **astexplorer:** pull latest astexplorer.net + ([b861716](https://github.com/JamieMason/astexplorer.app/commit/b861716)) + ## [0.10.4](https://github.com/JamieMason/astexplorer.app/compare/0.9.4...0.10.4) (2019-04-29) ### Features diff --git a/README.md b/README.md index 4e60c35..3bf1c15 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ New Project, there will likely be a few kinks to iron out. ### Mac 📦 -[ASTExplorer-0.10.4.dmg](https://github.com/JamieMason/astexplorer.app/releases/download/0.10.4/ASTExplorer-0.10.4.dmg)
+[ASTExplorer-0.11.4.dmg](https://github.com/JamieMason/astexplorer.app/releases/download/0.11.4/ASTExplorer-0.11.4.dmg)
📦 -[ASTExplorer-darwin-x64-0.10.4.zip](https://github.com/JamieMason/astexplorer.app/releases/download/0.10.4/ASTExplorer-darwin-x64-0.10.4.zip) +[ASTExplorer-darwin-x64-0.11.4.zip](https://github.com/JamieMason/astexplorer.app/releases/download/0.11.4/ASTExplorer-darwin-x64-0.11.4.zip) ### Build From Source diff --git a/package.json b/package.json index 6359efe..1ec99f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astexplorer.app", "description": "https://astexplorer.net with ES Modules support and Hot Reloading", - "version": "0.10.4", + "version": "0.11.4", "author": "Jamie Mason (https://github.com/JamieMason)", "config": { "forge": "./forge.config.js"