Öffentliche API zur MathCoach-IDE
jsteuer
2019-12-18 8e0c40bc280c2236c49eda175434d02e78882b3b
changelog
3 files modified
8 ■■■■ changed files
CHANGELOG.md 2 ●●● patch | view | raw | blame | history
README.md 4 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -11,7 +11,7 @@
## [1.2.0] - 2019-12-18
## [2.0.0] - 2019-12-18
### Added
-   Neue Hilfsfunktionen: `Helpers.contextFileToExerciseFile`, `Helpers.isFile` und `Helpers.createStorageBasedApi` 
README.md
@@ -321,9 +321,9 @@
#### Release einer neuen Version
- Version der API in der `package.json` eintragen
- Beispiele aktualisieren
- Release Tag setzen `git tag -a VERSION -m '...'` und pushen
- Beispiele und Changelog aktualisieren
- IDE-Projekt prüfen:  `package.json`, `ide-lib.js`, ...
- Final: Release Tag setzen `git tag -a VERSION -m '...'` und pushen
package.json
@@ -1,6 +1,6 @@
{
  "name": "@mathcoach/ide-api",
  "version": "1.1.0",
  "version": "2.0.0",
  "description": "API zur MathCoach IDE",
  "main": "./src/index.ts",
  "directories": {