Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling authored May 15, 2022
1 parent e3a69de commit 1e4e6ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## 1.0.0 (2022-05-15)


### Features

* add logical properties example for float ([#1897](https://github.com/mdn/interactive-examples/issues/1897)) ([4d918f4](https://github.com/mdn/interactive-examples/commit/4d918f4aa7b8cb0cd0a0e3506f9de99c97cb52d4))
* create codeql-analysis.yml ([#2149](https://github.com/mdn/interactive-examples/issues/2149)) ([44c5565](https://github.com/mdn/interactive-examples/commit/44c55650f908dc98226402074a562b2df640f6c1))


### Bug Fixes

* change title attribute example ([66c1895](https://github.com/mdn/interactive-examples/commit/66c189582fbf8dc55c30ac2e4418c6cee109a142)), closes [#1822](https://github.com/mdn/interactive-examples/issues/1822)
* Clarify string-endswith examples ([#1705](https://github.com/mdn/interactive-examples/issues/1705)) ([f670798](https://github.com/mdn/interactive-examples/commit/f670798b647f865dfbf32ddcc3da95c325c65a00))
* deploy workflow ([#2142](https://github.com/mdn/interactive-examples/issues/2142)) ([e574640](https://github.com/mdn/interactive-examples/commit/e57464069e0e5e1802fbc40329d4a2ca794e1553))
* deploy workflow ([#2143](https://github.com/mdn/interactive-examples/issues/2143)) ([d10117f](https://github.com/mdn/interactive-examples/commit/d10117f67c6f71525b52f0a19c42a1c26f22a87c))
* deploy workflow ([#2144](https://github.com/mdn/interactive-examples/issues/2144)) ([ee49883](https://github.com/mdn/interactive-examples/commit/ee49883d6de6ed4e7ddffdcdc758fdd71b51902c))
* deploy workflow ([#2144](https://github.com/mdn/interactive-examples/issues/2144)) ([#2145](https://github.com/mdn/interactive-examples/issues/2145)) ([b543cac](https://github.com/mdn/interactive-examples/commit/b543caccc4980791a436741161ea044a91a50e67))
* only run deploy action if labeled release ([#2139](https://github.com/mdn/interactive-examples/issues/2139)) ([c2b8638](https://github.com/mdn/interactive-examples/commit/c2b863819a4e940cf66db0fde7ee0b5e7119df4c)), closes [#2138](https://github.com/mdn/interactive-examples/issues/2138)
* remove expression syntax from if conditional ([#2150](https://github.com/mdn/interactive-examples/issues/2150)) ([5c2b632](https://github.com/mdn/interactive-examples/commit/5c2b6327ef1415d16333a1c2fffb729dba6edb39))
* remove runs-on ([#2146](https://github.com/mdn/interactive-examples/issues/2146)) ([725e368](https://github.com/mdn/interactive-examples/commit/725e3688af8cbdd85fcf060dce7b35c4d1b8a644))
* tabSize live-example for Firefox ([#1811](https://github.com/mdn/interactive-examples/issues/1811)) ([eae189b](https://github.com/mdn/interactive-examples/commit/eae189bc34864e088494c134570682deac053997))
* Update publish-release.yml ([#2152](https://github.com/mdn/interactive-examples/issues/2152)) ([e3a69de](https://github.com/mdn/interactive-examples/commit/e3a69dee905c71c0b2e92d2186004686ca347006))
* use js file not html for js examples ([#2148](https://github.com/mdn/interactive-examples/issues/2148)) ([79792f9](https://github.com/mdn/interactive-examples/commit/79792f9e5fdbe3b5ba606097ff843a3217cdad89))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interactive-examples",
"version": "2.0.0",
"version": "1.0.0",
"description": "Interactive code examples embedded on MDN",
"author": "Mozilla",
"license": "MPL-2.0",
Expand Down

0 comments on commit 1e4e6ef

Please sign in to comment.