Skip to content

Commit

Permalink
Merge pull request #3 from apostrophecms/release-1.0.0
Browse files Browse the repository at this point in the history
declared stable
  • Loading branch information
boutell authored Jan 17, 2023
2 parents e8b2b87 + edf302c commit a23f642
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18]
mongodb-version: [4.2, 4.4, 5.0]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -42,4 +42,4 @@ jobs:

- run: npm test
env:
CI: true
CI: true
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased
## 1.0.0 - 2023-01-16

* Initial module release supporting widget wrapping for anchor linking.
* Declared stable. No code changes. Minor doc improvements.

## 1.0.0-beta - 2021-12-10

* Initial module release supporting widget wrapping for anchor linking.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apostrophecms/anchors",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "A module bundle that supports linking to individual Apostrophe widgets.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a23f642

Please sign in to comment.