Skip to content

v1.1.0

Choose a tag to compare

@DeVoresyah DeVoresyah released this 13 Jan 18:34
2032022

1.1.0 (2021-01-14)

Features

  • cli: Support namespace for generating new App and Components

How to Upgrade

Add osmiVersion: 1.1.0 into package.json in your project folder.

Example:

{
  "name": "TestApp",
  "version": "0.0.1",
  "osmiVersion": "1.1.0"
}