Skip to content

Commit

Permalink
feat: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Dec 24, 2020
1 parent 311987e commit 4046735
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## [1.0.0] - 24-12-2020

- feat: stable v1 release

## [0.1.2] - 24-12-2020

- fix: unable to install from remote source
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
## Installation

```console
$ deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@0.1.2/opine-cli.ts
$ deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.0/opine-cli.ts
```

And follow any suggestions to update your `PATH` environment variable.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Table of Contents</h2>
<a href="#installation" id="installation" style="color: inherit; text-decoration: none;">
<h2>Installation</h2>
</a>
<pre><code class="language-console"><span class="hljs-meta">$</span><span class="bash"> deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@0.1.2/opine-cli.ts</span></code></pre>
<pre><code class="language-console"><span class="hljs-meta">$</span><span class="bash"> deno install -f -q --allow-read --allow-write --allow-net --unstable https://deno.land/x/opinecli@1.0.0/opine-cli.ts</span></code></pre>
<p>And follow any suggestions to update your <code>PATH</code> environment variable.</p>
<a href="#quick-start" id="quick-start" style="color: inherit; text-decoration: none;">
<h2>Quick Start</h2>
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opinecli",
"description": "Opine's application generator.",
"version": "0.1.2",
"version": "1.0.0",
"repository": "https://github.com/cmorten/opine-cli",
"stable": true,
"entry": "./opine-cli.ts",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Version of Opine CLI.
*/
export const VERSION = "0.1.2";
export const VERSION = "1.0.0";

/**
* Supported version of Deno.
Expand Down

0 comments on commit 4046735

Please sign in to comment.