Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and miguelramos committed Mar 23, 2022
1 parent 31ddc54 commit 0442e9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/calm-ladybugs-listen.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x] # We will deploy with only one version of node
node-version: [14.x] # We will deploy with only one version of node

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @websublime/schema

## 1.2.0

### Minor Changes

- [#12](https://github.com/websublime/schema/pull/12) [`31ddc54`](https://github.com/websublime/schema/commit/31ddc54d7c7272778fce8758c9e1a3eeca58724c) Thanks [@Hulago](https://github.com/Hulago)! - Public documentation

Release and build github page for great documentation.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@websublime/schema",
"version": "1.1.0",
"version": "1.2.0",
"source": "./src",
"main": "./dist/schema.cjs.js",
"module": "./dist/schema.esm.js",
Expand Down

0 comments on commit 0442e9a

Please sign in to comment.